Possible Duplicate:
File Compare Recommendation

I have two config text files which are almost identical that I'd like to be able to easily identify the differences in.

Can somebody please make some sort of application recommendation which is free that can do this for me?

Thanks in advance!

link|improve this question

1  
Depends, what platform are you on? – dmckee Jun 8 '11 at 0:13
@peth Fair enough, the other one doesn't have that much exposure. – slhck Jun 8 '11 at 8:01
feedback

closed as exact duplicate by slhck, Nifle, Hello71, sblair, Sathya Jun 8 '11 at 10:32

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

10 Answers

up vote 25 down vote accepted

The following are all good graphical (or pseudo-graphical) free and open-source diff tools:

WinMerge (Windows)

WinMerge Highlight Line Diff


Meld (Linux/FreeBSD/OS X)

Meld File Diff


vimdiff/gvimdiff (multi-platform)

vimdiff

link|improve this answer
1  
+1 for Meld and FOSS tools. My personal favorite (but I'm a Linux and Mac OS X junkie). – Tyler K. Jun 8 '11 at 4:23
Yep, winmerge for diff, kdiff for merge. What a backwards world we live in. – Jean-Bernard Pellerin Jun 8 '11 at 4:58
Winmerge <3 Works great – GolezTrol Jun 8 '11 at 9:34
feedback

"Comparison of file comparison tools"

I recommend diff though.

link|improve this answer
To clarify, diff is a *nix utility for reporting file differences. If you are on Windows, it is probably easier to install a different program (pun not intended). – Alex Hirzel Jun 7 '11 at 18:48
6  
Or you could install diff. – Ignacio Vazquez-Abrams Jun 7 '11 at 18:49
+1, you are correct. – Alex Hirzel Jun 7 '11 at 18:50
feedback

Notepad++ has this capability and is free. Though Beyond Compare is excellent (better) as well (but not free)

link|improve this answer
feedback

Adding Windiff (Windows) and xxdiff (UNIX, but MacOS X ports exist) to the discussion.

link|improve this answer
feedback

QuickDiff, works on any platform that has a browser where you can copy/paste, and no need for installation.

link|improve this answer
feedback

Good old "diff -y | less" always works for me (only on a Unix terminal though). It also has the advantage of being on every Unix computer on the planet (the -y causes the lines to be compared side-by-side instead of the normal top-down style).

link|improve this answer
feedback

I recommend BeyondCompare. While it's not free, it's an excellent tool and frequently updated.

link|improve this answer
feedback

FreeDiff and KDiff3 are some simple ones.

link|improve this answer
feedback

I recommend DiffMerge by SourceGear (Freeware).

  • Offers great diff visualization and optional Merge for source management.
  • Available for Windows, OS X, Ubuntu, Fedora
link|improve this answer
feedback

I have and still use CompareIt and have found it very good

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.