fold.1
来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 30 行
1
30 行
.TH FOLD 1.SH NAMEfold \- fold long lines.SH SYNOPSIS\fBfold\fR [\fB\-\fIn\fR]\fR [\fIfile\fR] ...\fR.br.de FL.TP\\fB\\$1\\fR\\$2...de EX.TP 20\\fB\\$1\\fR# \\$2...SH OPTIONS.FL "\-\fIn\fR" "How long should the output lines be".SH EXAMPLES.EX "fold \-60" "Fold \fIstdin\fR to 60 characters".EX "fold file" "Fold \fIfile\fP to 80 characters".SH DESCRIPTION.PP\fIFold\fR takes copies its input from the named file (or \fIstdin\fR,if none is specified) to standard output.However, lines longer than the given maximum (default 80) are brokeninto multiple lines of the maximum length by inserting new line characters..SH "SEE ALSO".BR width (1).
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?