simultaneous copy to multiple media

Christos TZOTZIOY Georgiou tzot at sil-tec.gr
Tue Mar 22 19:40:05 EST 2005


On Sun, 20 Mar 2005 22:06:03 +0100, rumours say that Rolf Zwart
<rpz.NOSPAM at xs4all.nl> might have written:

>On Unixes I know, only 1 process is needed:
><infile tee outfile1 outfile2 outfile3 ... >/dev/null
>It does work!

Of course it does.  Why wouldn't it?  Or are you referring to the fact
that redirection can appear anywhere on the command line?

However, >/dev/null is a waste.  Substitute one of the outfiles instead.
-- 
TZOTZIOY, I speak England very best.
"Be strict when sending and tolerant when receiving." (from RFC1958)
I really should keep that in mind when talking with people, actually...



More information about the Python-list mailing list