合并多个文件内容到一个文件中

linux或powershell下:

cat text1 text2 > all

 

windows的cmd下:

type text1 text2 > all

posted @ 2015-09-25 13:51  Waichung  阅读(219)  评论(0)    收藏  举报