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。
答案:登入後查看
統計: A(2), B(3), C(6), D(4), E(0) #3270033
統計: A(2), B(3), C(6), D(4), E(0) #3270033