Hi,

 

I have Python 2.3.4. 

I want to use os.system command and collect a command's  output to a
file. But it is not collecting all the output. It is truncating..

 

Code is as below.

 

cmd = "%s rl -comp %s@%s/%d  >> %s" % (C_CMD, i, branch, x,
temp_acme_rl_log)

cmd_res = os.system( cmd )

 

What I am missing?

 

Thanks

gande

 

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to