Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何根据行数将文本或 csv 文件(10 万)拆分为 csv 文件(每个文件包含 10k 行)?使用 UNIX 脚本。
执行这个命令
split -l 10000 big.csv
split 是 coreutils 包的一部分,因此可以广泛使用