I tend to use side-by-side view in diff when I'm trying to find big differences between files. You can do a
Code:
diff -y --width 140 fldr1/file1 fldr2/file1
to get the effect on a 140 character wide terminal. It works just like a merge, with < | > characters showing lines only in the original, lines that have changed, but are noticeably the same line, or lines unique to the second version, respectively.
There was also a Linux Journal article about using a program called meld to do visual diffs. I've not used this, but it caught my eye yesterday.
(Apparently, I'm not allowed to post links because I've not posted here before and I may be a spam bot :-)
--
Chandler