Hi, What would by a python equivalent of following shell program:
#!/bin/sh
prog1 > file1 &
prog2 > file2 &
As you see, I need to spawn a few processes and redirect stdout to some
files.
Thx,
A.
--
http://mail.python.org/mailman/listinfo/python-list
