Named pipes are created via mkfifo or mknod: $ mkfifo /tmp/testpipe $ mknod /tmp/testpipe p. The following shell script reads from a pipe.
確定! 回上一頁