SPLIT.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
- .TH SPLIT 1
- .SH NAME
- split - split a large file into several smaller files
- .SH SYNOPSIS
- fBsplitfR [fB-fInfR]fR [fIfile fR[fIprefixfR]fR]fR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH OPTIONS
- .FL "-fInfP" "Number of lines per piece (default: 1000)"
- .SH EXAMPLES
- .EX "split -200 file" "Split fIfilefP into pieces of 200 lines each"
- .EX "split file z" "Split fIfilefP into fIzaafP, fIzabfP, etc."
- .SH DESCRIPTION
- .PP
- .I Split
- reads fIfilefP and writes it out in fInfP-line pieces.
- By default, the pieces are called fIxaafP, fIxabfP, etc.
- The optional second argument can be used to provide an alternative
- prefix for the output file names.
- .SH "SEE ALSO"
- .BR cat (1).