10 09/2014 join multiple file into 1 file 最后更新: Wed Sep 10 2014 12:39:11 GMT+0800 cat *.txt > all.txt add *.txt to all.txt cat *.txt >> all.txt append *.txt to all.txt