Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 218 Bytes

echo_and_log.md

File metadata and controls

5 lines (5 loc) · 218 Bytes

コマンドの実行結果を端末にprintかつログファイルに記録する

command | tee ファイル名

※ただしこれだとファイルに標準エラーは書き込まれないらしい。