Provided by: rust-coreutils_0.0.14-3_amd64 bug

NAME

       split - manual page for split 0.0.14

DESCRIPTION

       /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/split  0.0.14 Create
       output files containing consecutive or interleaved sections of input

   USAGE:
              /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/split
              [OPTION]... [INPUT [PREFIX]]

   ARGS:
       <input>
              [default: -]

       <prefix>
              [default: x]

   OPTIONS:
       -a, --suffix-length <suffix-length>

              use suffixes of length N (default 2) [default: 0]

       --additional-suffix <additional-suffix>

              additional suffix to append to output file names [default: ]

       -b, --bytes <bytes>

              put SIZE bytes per output file

       -C, --line-bytes <line-bytes>

              put at most SIZE bytes of lines per output file [default: 2]

       -d, --numeric-suffixes <numeric-suffixes>

              use numeric suffixes instead of alphabetic

       -e, --elide-empty-files

              do not generate empty output files with '-n'

       --filter <COMMAND>

              write to shell COMMAND; file name is $FILE (Currently not implemented for Windows)

       -h, --help

              Print help information

       -l, --lines <lines>

              put NUMBER lines/records per output file [default: 1000]

       -n, --number <number>

              generate CHUNKS output files; see explanation below

       -V, --version

              Print version information

       --verbose

              print a diagnostic just before each output file is opened

       -x, --hex-suffixes <hex-suffixes>

              use hex suffixes instead of alphabetic

       Output  fixed-size  pieces of INPUT to PREFIXaa, PREFIX ab, ...; default size is 1000, and
       default PREFIX is 'x'. With no INPUT, or when INPUT is -, read standard input.

SEE ALSO

       The full documentation for split is maintained as a Texinfo manual.  If the info and split
       programs are properly installed at your site, the command

              info split

       should give you access to the complete manual.