SPLIT.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- .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).