Positive SSL
1 203. Linux 的指令模式下,如果想要儲存 ifconfig 的執行結果至文字檔(file.txt),以供未來參考,同時想要覆蓋掉已存在的檔案資料,該如何下指令?
A ifconfig >> file.txt
B ifconfig < file.txt
C ifconfig | file.txt
D ifconfig > file.txt