Ksh
創建一個包含所有以“file_excel”開頭的文件的串聯資訊的文件,按時間順序排列
我的系統:
Linux 2.6.18-406.el5 #1 SMP Fri May 1 10:37:57 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux
我的外殼:
/bin/ksh
我的問題:我想創建一個文件:data_excel,其中包含以“file_excel”開頭的文件名的其他文件的資訊。資訊必須按時間順序(修改時間)連接。
cat $(ls -tr file_excel*) > data_excel