This is where a named pipe comes into play: mkfifo myPipe ls -l > myPipe grep ".log" < myPipe. myPipe is technically a file (everything is in Linux), ...
確定! 回上一頁