On Sunday 14 December 2008, Neil Bothwick wrote:
> On Sat, 13 Dec 2008 19:59:44 -0500, Willie Wong wrote:
> > Why not just a simple bash one-liner
> >
> > for i in token{a..z}; do md5sum -c $i; done
>
> What wrong with
>
> md5sum -c token{a..z}

Thank you all for your suggestions.  I think think that:

 md5sum -c token{a..z}.md5sum  and

 md5sum -c token*.md5sum are the easiest on this occasion, although Alan's 
last two commands are indeed "insanely useful"!  ha!  They will be saving me 
hours of typing in the future.  :)
-- 
Regards,
Mick

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to