mkfifo mypipe. echo "test" > mypipe. cat mypipe will see the result “test”. ( do this in other login shell, the previous echo process will be terminated ) ...
確定! 回上一頁