Dear Users,
I am trying to recover through the python function
popen3 the stdout,in,err of a launched process.
I would like also to recover the stdout which you can
get only through the command: command1 >& filename
Do you know how I can access to that stdout by python?
Thanks
GIacomo
I am trying to recover through the python function
popen3 the stdout,in,err of a launched process.
I would like also to recover the stdout which you can
get only through the command: command1 >& filename
Do you know how I can access to that stdout by python?
Thanks
GIacomo
Comment