2

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.

Vipin Verma
  • 5,330
  • 11
  • 50
  • 92

3 Answers3

1

On Linux or Mac OS, use diff on the command line:

man diff

On windows, try this:

http://www.prestosoft.com/edp_examdiff.asp

Kenny Grant
  • 9,360
  • 2
  • 33
  • 47
1

araxis.

Also check Visual Studio Extension Code Compare

Askar
  • 93
  • 1
  • 9
1

WinMerge works well too for comparing text files and source code as well. And its free!

swabs
  • 515
  • 1
  • 5
  • 19