📜  linux 将文件分片成更小的文件 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:58.700000             🧑  作者: Mango

代码示例1
#split mybigfile.txt into smaller 500mb files
split --bytes 500M --numeric-suffixes --suffix-length=3 mybigfile.txt mysmallfiles.