【csie】評論
cat -n textfile1 textfile2 把 textfile1 的檔案內容加上行號輸入 textfile2 這個檔案裡 參考資料
cat -n textfile1 > textfile2 把 textfile1 的檔案內容加上行號輸入 textfile2 這個檔案裡 參考資料