software to compare 2 text files?

anyone know of any? I’m trying to compare 2 large text files against each other (licence files) to find out the differences between them (one has a switch on that the other doesn’t and going thru hundreds of lines doesn’t sound very appealing)

u know c++?

[quote=“boardjnky4,post:2,topic:27189"”]

u know c++?

[/quote]

unfortunitly no

can’t you do that in access?

I’ve heard of one. It’s this obscure little program called Microsoft Word.

Tools -> Compare & Merge Documents

textmate?

SVN?

google? http://www.google.com/search?hl=en&safe=off&client=safari&rls=en&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=diff+two+files&spell=1

Unix/Linux

diff file1 file2

heh… never knew that about word.

thanks for the responses

BBedit can do it as well. I do it all the time for comparing php files for changes.

–mark

windiff or winmerge

ultra edit has a nice feature for this.