How to parse the os.system() output in python

Sebastian Bassi sbassi at clubdelarazon.org
Sun Mar 18 01:08:51 EDT 2007


On 3/18/07, bruce peng <pengning at kingsoft.net> wrote:
> how to redirect the putput of the
> program to a file?

like this:
program_name -parameters > outfile.txt



More information about the Python-list mailing list