以下链接可供参考哦
https://www.cnblogs.com/piapia/archive/2015/09/29/4846814.html
https://www.pstips.net/powershell-split-merge-large-file.html
https://www.jianshu.com/p/280aa2c4ae08
https://blog.csdn.net/weixin_30929011/article/details/96522650?utm_medium=distribute.pc_relevant_download.none-task-blog-BlogCommendFromBaidu-16.nonecase&depth_1-utm_source=distribute.pc_relevant_download.none-task-blog-BlogCommendFromBaidu-16.nonecas
在线拆分工具:https://it365.gitlab.io/zh-cn/file-split/?flan
分割大文件在Linux系统用命令
split -l 100000 文件名.csv -d
-l 按行分
-d 使用数字作为后缀 -a 后缀的长度