split.1
来自「minix操作系统最新版本(3.1.1)的源代码」· 1 代码 · 共 31 行
1
31 行
.TH SPLIT 1.SH NAMEsplit \- split a large file into several smaller files.SH SYNOPSIS\fBsplit\fR [\fB\-\fIn\fR]\fR [\fIfile \fR[\fIprefix\fR]\fR]\fR.br.de FL.TP\\fB\\$1\\fR\\$2...de EX.TP 20\\fB\\$1\\fR# \\$2...SH OPTIONS.FL "\-\fIn\fP" "Number of lines per piece (default: 1000)".SH EXAMPLES.EX "split \-200 file" "Split \fIfile\fP into pieces of 200 lines each".EX "split file z" "Split \fIfile\fP into \fIzaa\fP, \fIzab\fP, etc.".SH DESCRIPTION.PP.I Split reads \fIfile\fP and writes it out in \fIn\fP-line pieces.By default, the pieces are called \fIxaa\fP, \fIxab\fP, etc.The optional second argument can be used to provide an alternativeprefix for the output file names..SH "SEE ALSO".BR cat (1).
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?