我不明白为什么我下面的子进程命令(python2.7)不能工作。有什么想法吗?谢谢。
In [35]: import subprocess
In [36]: subprocess.call("for f in $(find _test/ -name *.c -print); do echo hello; done ".split(),shell=True)
f: -c: line 0: syntax error near unexpected token `newline'
f: -c: line 0: `for'
Out[36]: 2