How to split/copy a FIFO without using a file

前端 未结 0 825
滥情空心
滥情空心 2020-12-13 04:17

I want to split a FIFO to be able to analyze the copy without loosing the original contents:

cat < outfile | tee > outfile2 | tee > outfile3 &

d         


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