問題詳情

47. 若要同時輸出一列文字到檔案與畫面上,可以使用哪一道指令?
(A) screen “hello world” &&
wirte2file test.txt
(B) touch test.txt 1> “hello world”
(C) echo “hello world” 1> | touch test.txt
(D) echo
“hello world” 1> | tee test.txt。

參考答案

答案:D

統計:A:0,B:0,C:0,D:0,E:0

難度:計算中