[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: md5sum lots of files



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

Attachment: signature.asc
Description: Digital signature


Reply to: