split -b 10m bigfile part_

Category: Administration

split -b 10m bigfile part_

Split a file into fixed-size chunks

The -b flag splits by size, producing part_aa, part_ab, and so on, each 10 megabytes except the last. Splitting helps upload large files through size-limited channels. Reassemble in order with cat part_* > bigfile.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.