A simple pipe is used, for example, by the command ... mkfifo /tmp/testpipe echo "This is a test" > /tmp/testpipe & cat /tmp/testpipe rm /tmp/testpipe.
確定! 回上一頁