标签: bash python-2.7
我正在使用os.system从python运行bash命令:
os.system("`cat SPheno.spc.Stueckelberg | grep \"# hh_1\" | grep -v DECAY | sed 's/\(.*\) 25 \(.*\)\# hh_1/\2/g'`")
我收到错误:sh:1 ::找不到32512。
我做错了什么?
提前致谢, 阿明