Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 124 Bytes

split-and-merge-file.md

File metadata and controls

5 lines (3 loc) · 124 Bytes

拆分与合并文件

拆分:split 命令,split -a 2 -b 10m file files

合并:cat 命令,cat files* > file