Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のbashスクリプトには、値を計算して画面に表示する行があります。
Adder $a $b
Adder から返された値をテキスト ファイルに出力したいのですが、どうすればよいですか?
adder がいくつかのループで実行されるとします。
にパイプしてみてくださいtee:
tee
Adder $a $b | tee output.txt
http://linux.die.net/man/1/tee