split

split#

Split files.

$ split -l 1000 big.csv chunk_
$ split -b 100M big.bin part_
$ cat part_* > recombined