How do I run a command with a pipe | in it?
|
The subprocess module seems complex...
Is there something like
output,error = `ps ca
Drop that 'ps' subprocess and back away slowly! :)
Use the psutil module instead.