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

Re: Adding MD5 to Image...



> > mkfifo /tmp/pipe
> > md5sum </tmp/fifo&
> > mkisofs ... | tee -a /tmp/pipe | cdrecord

> $ 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.
The first 3 lines could be made to achieve the same by putting them into
a script, and piping the output of that into cdrecord.

Volker

-- 
Volker Kuhlmann			is possibly list0570 with the domain in header
http://volker.dnsalias.net/		Please do not CC list postings to me.



Reply to: