simple one-liner for mass md5-summing

daniel danstemporaryaccount-FFYn/CNdgSA at public.gmane.org
Mon Jun 14 16:24:10 UTC 2004


On June 14, 2004 12:10 pm, Andy Jack wrote:
> for F in file*.tar.gz do; md5sum $F > $F.md5; done

wonderful!  that worked, with one minor change:

  for F in file*.tar.gz; do md5sum "$F" > "$F.md5"; done

thanks so much
--
The Toronto Linux Users Group.      Meetings: http://tlug.ss.org
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://tlug.ss.org/subscribe.shtml





More information about the Legacy mailing list