Steve Franks wrote:
I don't see a --verify switch on cp, so I presume it does not. Is there an automated way to ensure a copy has gone well byte-for-byte without writing a script to filter diff? I want to be relatively sure
If you use the diff command and specify directories, it will compare the contents of each, as well as comparing all the files byte for byte. Check "man diff" -- there should also be an option to check down through any subdirectories as well.
-Rob _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"