FOLD.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- .TH FOLD 1
- .SH NAME
- fold - fold long lines
- .SH SYNOPSIS
- fBfoldfR [fB-fInfR]fR [fIfilefR] ...fR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH OPTIONS
- .FL "-fInfR" "How long should the output lines be"
- .SH EXAMPLES
- .EX "fold -60" "Fold fIstdinfR to 60 characters"
- .EX "fold file" "Fold fIfilefP to 80 characters"
- .SH DESCRIPTION
- .PP
- fIFoldfR takes copies its input from the named file (or fIstdinfR,
- if none is specified) to standard output.
- However, lines longer than the given maximum (default 80) are broken
- into multiple lines of the maximum length by inserting new line characters.
- .SH "SEE ALSO"
- .BR width (1).