in reply to Re: comparing 2 files problem
in thread comparing 2 files problem

AM's suggestion works for many cases but if the text in your files contains regex metachars, you'll need to tweak the regex a bit.

For example, if you had a reference to C++ in your lines, and you use warnings (obligatory warning: you should!), then you'll get a warning about nested quantifiers.