Create a pipe that writes to multiple files (tee)

后端 未结 5 1770
情话喂你
情话喂你 2021-02-09 14:52

I would like to create a pipe in a ksh script (using exec) that pipe\'s to a tee, and sends the output to a pipe.

Current:

#Redirect EVE         


        
5条回答
  •  轮回少年
    2021-02-09 15:16

    There are |& and >&p in ksh, but I couldn't get them to do what you're looking for. Maybe you can.

提交回复
热议问题