mkfifo my_pipe gzip -9 -c < my_pipe > out.gz &. 在另一個進程shell中,獨立地發送數據給 ... mkfifo -m 0666 /tmp/namedPipe gzip -d < file.gz > /tmp/namedPipe.
確定! 回上一頁