[ILUG] Generating MD5 Checksums
Leo Talbot
leo at maths.tcd.ie
Wed May 10 12:45:13 IST 2000
On Wed, May 10, 2000 at 12:45:31PM +0100, Anton Mc Kee wrote:
> Sorry for the silly question but how do I generate a md5sum of a directory
> recursivly?
You could create a tar file, and get the md5sum of that, or you could use
find.
something like
find . -exec md5sum {} \;
Of course, this will give you md5sums for each individual file, but if you
dumped the results into a file, and then got the md5sum of that...
Leo Talbot
--
I've got green eyes, red hair, and I'm left handed. A hundred
years ago, I'd have been considered in league with the Devil.
http://www.cs.tcd.ie/Leo.Talbot
PGP: 0xD4225B61 fp=141B83BE A6F44EEF 8E379887 F6338DE7 D4225B61
More information about the ILUG
mailing list