|
From: Paul S. <su...@te...> - 2006-05-21 12:22:36
|
On Sunday 21 May 2006 12:58, Martin Spott wrote: > # ~> md5sum <filename> > > and compare the result with the bublished checksum, > > Martin. Or if you're lazy or have a md5sum file containing md5sums of several files put them all in one dir and do a : md5sum -c -v md5.sums -v is needed on some distros for more verbose feedback. Paul |