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

Re: md5sum lots of files



On Fri, Oct 20, 2006 at 10:07:29PM +0000, Chris Moore wrote:
> > I'd like to cksum or md5sum the files just to 
> > make sure that they were all copied well.  I can't seem to find 
> > a way to recurse through the directories and do this to a lot of 
> > files. 
> 

Couldn't you use cat and shasum:
	in the directories of interest:
		cat * | sha1sum > SHASUMS
		
	then compare the SHASUMS files?



Reply to: