split¶
"split - split a file into pieces" - man split
split is a common unix command.
Usage Examples¶
Split into DVD sized chunks¶
This example isn't practical, the size needs to be smaller than specified because of DVD filesystem overhead, so you should use 4700000000 or similar if you want to actually burn the data.
Split a big file and compress it with gzip before writing to disk¶
This is useful for splitting up large uncompressed logs. This command is background safe.
And if you want to see read stats, throw pv in the mix: