$ vi test.sh #!/bin/sh cat > pipe.out 執行 $ echo "Hello World" | ./test.sh $ cat pipe.out Hello World...
請先 登入 以發表留言。