kompare — comparing files using kde kompare 
KDE kompare is a GUI front end for file comparison tools such as diff, cmp, or comm. While programs like diff are Linux essentials, their output is console based and in many instances is used by other tools. On the other hand, KDE kompare front end is well suited for the end user. It has an extremely neat interface with side by side comparison of two files, where differences are highlighted using different colors for deletions, changes and insertions. An example screenshot of KDE kompare is shown below. Two LATEX2e files are compared, paper_old.tex and paper_new.tex. Both files are located in /tmp directory. In this example the following shell command was used to launch KDE kompare:
kompare /tmp/paper_old.tex /tmp/paper_new.tex
This tool makes it very quick and easy to spot differences between two files. This improves productivity quite a lot. I well recommend it!
Did you find the above information useful and interesting? If so, please support this site by using the blog directory links at the bottom of this page. Thanks for your support!
If you have any Linux related problems or questions then please feel free to post them on our Linux Forums: http://linux.dsplabs.com.au/forums.


February 1st, 2011 at 5:24 pm
[…] Ou Kompare sur le blog DSPLabs […]
November 7th, 2011 at 2:12 pm
For Gnome there is "Meld" http://meld.sourceforge.net/.