問題詳情
在 UNIX/LINUX 系統中, 命令串『 cat –n < test1 > test2 』的意思為 :
(A) 將 test1 合併到 test2
(B) 將 test1 重導到 test2
(C) 將 test2 合併到 test1
(D) 將 test1 加入列號重導到 test2
參考答案
答案:D
難度:適中0.590909
統計:A(26),B(17),C(20),D(91),E(0)
用户評論
【csie】評論
cat -n textfile1 textfile2 把 textfile1 的檔案內容加上行號輸入 textfile2 這個檔案裡 參考資料