Sandman wrote:

> How would I run a shell command in Python?
> 
> Here is what I want to do:
> I want to run a shell command that outputs some stuff, save it into a
> list and do stuff with the contents of that list.

There's a Python Cookbook example that should fit nicely with what
you're trying to do here:

<http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52296>
-- 
Leif Biberg Kristensen
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to