-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi,
Grok Mogger wrote: > Allan Wind wrote: >> On 2006-10-20T07:33:46-0700, Dave Carrigan wrote: >>> find . -type f -print0 | xargs -0 md5sum > /tmp/source.sums >>> cd /dest/dir >>> find . -type f -print0 | xargs -0 md5sum > /tmp/dest.sums >>> diff -u /tmp/source.sums /tmp/dest.sums >> >> Might need a sort in there before redirecting to files. >> >> >> /Allan > > How should I go about sorting it? Since I couldn't find your original post, I thought I'd reply to this one. I've seen a lot of suggestions on how to do what you want, which if I understand correctly is to do an md5sum on a lot of files, recursively. Well, there is a program that will do exactly that. It is called md5deep. I don't know if it is available through Debian, but it is available through Gentoo (source code), and should also be available here: http://md5deep.sourceforge.net You may have to use the -0 (zero) along with the -r option if your files have spaces or other odd characters in their names. Other than that it is very easy to use (you can pipe the output to a file, then use the regular md5sum program to check the sums). It also supports SHA1, Tiger, Whirlpool and a couple of others. Regards, Chris - -- Please feel free to check out my webpage at http://cwalters999.home.comcast.net/ 'I am not who I think I am. I am who I think you think I am...' -----BEGIN PGP SIGNATURE----- iD8DBQFFOvomUx1jS/ORyCsRCKY5AJ0f9FOYSM71kXEGSDfSRZKAeVMcrACdFgoY XtpsIWXS71wWPy/rw9c84hU= =W86p -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

