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

詳解 (共 1 筆)

#6924932
1. 題目解析 這道題目考察的是如何同...
(共 1024 字,隱藏中)
前往觀看
0
0