>>>> The two different webrevs are
>>>>
>>>>    http://cr.opensolaris.org/~mjnelson/webrev.481/
>>>>    http://cr.opensolaris.org/~mjnelson/webrev.481-firefox3.0/
>>
>> I just went around and was curious. I wonder why there's so many
>>
>> something | tee -a $mail_msg_file >> $LOGFILE
>>
>> instead of using exec redirection ? But that's probably out of the scope
>> of bug 481 ...
>
> Because the tee is actually appending the output to two different files  
> simultaneously, and I don't know how to do that with exec redirection.

Hmmm, I knew I used it somewhere. This is the piece, but while looking
at ti I have to admit that it's not nice either :)

========================================================================
mkfifo fifo
cat fifo | tee file1 file2
exec 1> fifo
========================================================================

-- 
        Vlad

Attachment: pgpjBtfPRLtT5.pgp
Description: PGP signature

_______________________________________________
tools-discuss mailing list
tools-discuss@opensolaris.org

Reply via email to