- 追加された行はこの色です。
- 削除された行はこの色です。
- UNIX/teeコマンド へ行く。
- UNIX/teeコマンド の差分を削除
* teeコマンド [#ad45c76e] ** 基本的な使い方 [#o93edfde] foo.sh | tee out.log | xargs -i ls {} ** エラー出力をteeコマンドで処理する [#ac626098] *** teeに渡す前にエラー出力を標準出力へリダイレクトしてマージする [#bb55cc27] foo.sh 2>&1 | tee out.log *** 参考 [#t35dc926] http://stackoverflow.com/questions/692000/how-do-i-write-stderr-to-a-file-while-using-tee-with-a-pipe