coreutils/src/uu/split/split.md
2023-04-25 22:26:47 +09:00

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.