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? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]