[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Adding MD5 to Image...



On Wed, Aug 25, 2004 at 11:35:19PM +1200, Volker Kuhlmann wrote:
> > $ mkisofs ... | tee >(md5sum) | cdrecord
> 
> This one-liner is not equivalent to the 3 lines above, as stdout of
> md5sum also goes into cdrecord - this is however the desired effect.

Oops, sorry!

But the fix is trivial:

$ mkisofs ... | tee >(md5sum >&2) | cdrecord

Robert

-- 
Robert Schiele			Tel.: +49-621-181-2517
Dipl.-Wirtsch.informatiker	mailto:rschiele@uni-mannheim.de

Attachment: pgpR0K0CWMZPH.pgp
Description: PGP signature


Reply to: