标签: python linux bash cut os.system
我用Python创建了一个脚本。我对这个命令感到震惊:
os.system("cf services | grep " + var + "| cut -d '' -f2 ")
错误讯息:
sh: -c: line 1: syntax error near unexpected token `|' sh: -c: line 1: ` | cut -d ' ' -f1 > service.txt'
对此的任何建议都会非常有用。
谢谢。