「Linux」teeコマンドの使い方

2021年4月9日

書式
tee オプション ファイル名
使用例1
ディスプレイとテキストファイルの両方に出力
# date | tee date.txt
2021年 4月 8日 木曜日 23:32:18 EDT

使用例2
履歴の数を6に変更して実行します
# history 6 | tee dnf.log
35 date | tee date.txt
36 cd /var/log/messages
37 cd /var/log/message
38 cd /var/log
39 ls
40 history 6 | tee dnf.log

Linux

Posted by arkgame