# 每个文件的行数为1000行 split -l 1000 test.txt # 将test文件拆分,20M一个文件 split -b 20M test.txt
split - 拆分文件
原文:https://www.cnblogs.com/duchaoqun/p/12012394.html