exec 3> fifo; echo 'echo test' >&3. Now take a look in shell 1. It will execute echo test . You can keep writing commands to fifo and shell 1 will keep ...
確定! 回上一頁