I need a way to compare two large files to see if they are identical.
grep's -q option is sort of the reverse of what I need.
-q (Quiet) Do not write anything to the standard output,
regardless of matching lines. Exit with zero status
upon finding the first matching line.
I want diff (or whatever command) to exit upon finding the first non-
matching bits. How?
Thanks,
Ed Moore
Hewlett-Packard
Vancouver, WA, USA