Uh, I know I'm stating the obvious, but you might try these 2 techniques to enhance your diff experience:
1. Use "diff -w". 2. Do "cat filename | sort > filename.sorted" for both files you are diffing, and then compare both sorted files. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
