合并文件:

cat 1.txt 2.txt > total.txt

拆分文件:

按行数拆分

split -l 100 total.txt word

 

posted on 2018-06-05 11:19  偶尔发呆  阅读(139)  评论(0)    收藏  举报