Thursday, December 03, 2009

Compare files easily with Ubuntu

Sometimes you need to compare old configs with new configs.  Instead of comparing the files manually you can run a great program called Meld Diff Viewer.

Just load up both files and you'll see missing lines, changed lines, etc.



To install in Ubuntu:


sudo apt-get install diff 

You'll see the program in Applications - Programming
http://meld.sourceforge.net/



No comments: