Example 2: gzip by pipe. A: 是有次數的, A 後才可以B. mkfifo MyPipe. gzip -9 -c < MyPipe > out.gz &. B: # 只可以行一次. cat file > MyPipe.
確定! 回上一頁