How about a named pipe? mkfifo /tmp/test.fifo od -a /dev/urandom > /tmp/test.fifo. And in the new window: cat /tmp/test.fifo | less.
確定! 回上一頁