> How about using tee(1)? You could have mkisofs write the image to 
> stdout, then use tee to put it into a file as well as pipe it into 
> md5sum.

I've been thinking this myself, but where it falls flat is that it
requires to write the image to disk, instead of piping it straight to
the burner.

One could try this though:

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

Volker

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to