Provided by: rust-coreutils_0.0.14-3_amd64
NAME
csplit - manual page for csplit 0.0.14
DESCRIPTION
/build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/csplit 0.0.14 split a file into sections determined by context lines USAGE: /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/csplit [OPTION]... FILE PATTERN... OPTIONS: -b, --suffix-format <FORMAT> use sprintf FORMAT instead of %02d -f, --prefix <PREFIX> use PREFIX instead of 'xx' -h, --help Print help information -k, --keep-files do not remove output files on errors -n, --digits <DIGITS> use specified number of digits instead of 2 -s, --quiet do not print counts of output file sizes [aliases: silent] --suppress-matched suppress the lines matching PATTERN -V, --version Print version information -z, --elide-empty-files remove empty output files Output pieces of FILE separated by PATTERN(s) to files 'xx00', 'xx01', ..., and output byte counts of each piece to standard output.
SEE ALSO
The full documentation for csplit is maintained as a Texinfo manual. If the info and csplit programs are properly installed at your site, the command info csplit should give you access to the complete manual.