Is there any software available to compare two text files for the differences between them. I have two CSS text files with me that i want to compare for the difference.
Asked
Active
Viewed 2,198 times
2
-
for windows you can download notepad++ – MirrorMirror Sep 20 '12 at 09:55
-
This is useful for **Ubuntu** users: http://askubuntu.com/q/12473/62483 – Lucio Aug 01 '13 at 23:02
3 Answers
1
On Linux or Mac OS, use diff on the command line:
man diff
On windows, try this:

Kenny Grant
- 9,360
- 2
- 33
- 47
1
WinMerge works well too for comparing text files and source code as well. And its free!

swabs
- 515
- 1
- 5
- 19