Comparing two text files - solution needed please!

Soldato
Joined
21 Jan 2003
Posts
5,594
If I got two plain text files, is there any method/application anybody can think of that will high-light the differences?

For example text file A has the following lines in it.

A
C
D
F

And text file B has the following.

A
B
C
D
E
F

Said application would need to high-light which new lines it found.

Any ideas?
 
Write a script in Python or Perl, both could easily achieve this. Google them both have a look there is a lot of help out there regarding such languages.
 
Back
Top Bottom