python equivalent of the following program

AndyL ask at me
Thu May 11 08:05:24 EDT 2006


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.



More information about the Python-list mailing list