Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
csplit(1)
Edit
PageHistory
Diff
Info
LikePages
CSPLIT !!!CSPLIT NAME SYNOPSIS DESCRIPTION AUTHOR REPORTING BUGS COPYRIGHT SEE ALSO ---- !!NAME csplit - split a file into sections determined by context lines !!SYNOPSIS __csplit__ [[''OPTION'']... ''FILE PATTERN''... !!DESCRIPTION Output pieces of FILE separated by PATTERN(s) to files `xx01', `xx02', ..., and output byte counts of each piece to standard output. __-b__, __--suffix-format__=''FORMAT'' use sprintf FORMAT instead of %d __-f__, __--prefix__=''PREFIX'' use PREFIX instead of `xx' __-k__, __--keep-files__ do not remove output files on errors __-n__, __--digits__=''DIGITS'' use specified number of digits instead of 2 __-s__, __--quiet__, __--silent__ do not print counts of output file sizes __-z__, __--elide-empty-files__ remove empty output files __--help__ display this help and exit __--version__ output version information and exit Read standard input if FILE is -. Each PATTERN may be: INTEGER copy up to but not including specified line number /REGEXP/[[OFFSET] copy up to but not including a matching line %REGEXP%[[OFFSET] skip to, but not including a matching line {INTEGER} repeat the previous pattern specified number of times {*} repeat the previous pattern as many times as possible A line OFFSET is a required `+' or `-' followed by a positive integer. !!AUTHOR Written by Stuart Kemp and David !MacKenzie. !!REPORTING BUGS Report bugs to !!COPYRIGHT Copyright 1999 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. !!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. ----
One page links to
csplit(1)
:
Man1c
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.