Re: [Tutor] command lines

2007-05-08 Thread Alan Gauld
"Rikard Bosnjakovic" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 5/6/07, Jason Coggins <[EMAIL PROTECTED]> wrote: > >> Is there a way to send a command to the Linux Terminal >> from inside a Python program? To be picky you don't send the command to the Terminal but to the OS

Re: [Tutor] command lines

2007-05-06 Thread Rikard Bosnjakovic
On 5/6/07, Jason Coggins <[EMAIL PROTECTED]> wrote: > Is there a way to send a command to the Linux Terminal from inside a Python > program? os.system(), os.popen(), etc. -- - Rikard - http://bos.hack.org/cv/ ___ Tutor maillist - Tutor@python.org ht