linux常用命令

1.文件切割和组装

split -b 10m    filename    filename_part_

cat finame_part_*  >  filename

原文地址:https://www.cnblogs.com/ailx10/p/6407971.html