How to tokenize piped bash command for subprocess.run()

后端 未结 0 1089
灰色年华
灰色年华 2021-01-16 13:02

I have the following bash command that I want to execute for multiple files:

cat file_name.txt | tr -d \'\\n\' >> output.txt

I am attem

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