I want to compare two or more files and merge the differences as needed. I was using Windows but now working on Ubuntu 12.04.
In windows "Beyond compare" made my work easier, but since I shifted to Linux, I am not able to find any tool or software like beyond compare in windows. Please tell me if you know any. Thank you very much.
comm
,join
,uniq
,diff
,sort
,grep
etc commands available for text-processing (visitman
page for more detail). – Pandya Aug 13 '14 at 10:28