mkfifo /tmp/testpipe echo "This is a test" > /tmp/testpipe & cat /tmp/testpipe rm /tmp/ ... Create a fifo using the "mkfifo" command from the shell prompt.
確定! 回上一頁