On Sun, 20 Mar 2005 22:06:03 +0100, rumours say that Rolf Zwart
<[EMAIL PROTECTED]> 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...
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to