LPIC対策 問題 解説

 
試験 101 103.4 問題No. 002
問題 :

commandの実行結果を標準出力とfile.txtの両方に出力するteeコマンドの使い方として正しいものを選びなさい。

a:

command > tee file.txt

b:

command | tee file.txt

c:

tee command file.txt

d:

command | tee > file.txt