On 15 Feb 2006 23:21:09 -0800, fileexit <[EMAIL PROTECTED]> wrote:
> How can I execute shell commands from within python.  Specifically, I
> am looking for something like the shell "cat".  But this also made me
> wonder how to execute shell commands anyway, just if i needed to do
> that in the future.
>

You can use os.system() or os.popen(), etc.


--
I like python!
My Blog: http://www.donews.net/limodou
NewEdit Maillist: http://groups.google.com/group/NewEdit
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to