how use python os.system to run > >(tee -a log)

后端 未结 0 1125
既然无缘
既然无缘 2021-01-07 09:59

I run the following command in the terminal.
sh -c "echo out; echo err 2>&1" >>(tee -a stdout.log) 2>>(tee -a stdout.log >&2)

相关标签:
回答
  • 消灭零回复
提交回复
热议问题