A Blog about technology, linux, peer2peer, cool new downloads and software development.

Sunday, February 8, 2009

ubuntu linux visual directory compare / diff tools

sudo apt-get install meld
meld dir1 dir2

sudo apt-get install kompare
kompare dir1 dir2

sudo apt-get install kdelibs4c2a
wget http://launchpadlibrarian.net/10679965/kdiff3_0.9.92-2ubuntu1_i386.deb
wget http://launchpadlibrarian.net/13473685/libkonq4_3.5.9-0ubuntu7_i386.deb
wget http://launchpadlibrarian.net/10679966/kdiff3-doc_0.9.92-2ubuntu1_all.deb
dpkg -i *.deb
kdiff3 dir1 dir2

http://www.sourcegear.com/diffmerge/
http://www.scootersoftware.com/index.php

1 comment:

Zeeshan Khan said...

You can also find the following article for Diff Tools. Especially DiffMerge, which I think is a great alternative to WinMerge.

http://www.webtechquery.com/index.php/2010/05/free-diff-tools-ubuntu-linux-windows/