Lo there all, I am needing to get a response back from a system command. i can do this:
os.system('mailq | wc -l")
if i do this in the terminal mailq | wc -l , it will spit out a number.
How do i get that number as a python variable ?
OK, thanks.
shawn
_______________________________________________
Tutor maillist - [email protected]
http://mail.python.org/mailman/listinfo/tutor
