How do subprocess.Popen("ls | grep foo", shell=True) with shell=False?

Chris Seberino cseberino at gmail.com
Thu Jun 10 00:15:48 EDT 2010


How do subprocess.Popen("ls | grep foo", shell=True) with shell=False?

Does complex commands with "|" in them mandate shell=True?

cs



More information about the Python-list mailing list