mirror of
https://github.com/uutils/coreutils.git
synced 2025-08-31 15:58:02 +00:00
349 B
349 B
split
split [OPTION]... [INPUT [PREFIX]]
Create output files containing consecutive or interleaved sections of input
After Help
Output fixed-size pieces of INPUT to PREFIXaa, PREFIXab, ...; default size is 1000, and default PREFIX is 'x'. With no INPUT, or when INPUT is -, read standard input.