WIDTH.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- .TH WIDTH 1
- .SH NAME
- width - force all the lines of a file to a given width
- .SH SYNOPSIS
- fBwidthfR [fB-fInfR [ fIinfilefR [fIoutfilefR]fRfR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH OPTIONS
- .FL "-fInfR" "Outline line size"
- .SH EXAMPLES
- .EX "width -60 x y" "Copy fIxfR to fIyfR, force lines to 60 cols"
- .EX "width x" "Copy default (80) column lines to fIstdoutfR"
- .SH DESCRIPTION
- .PP
- The input file is copied to the output file.
- All lines are forced to a given size (default: 80 columns) by padding with
- spaces or truncating.
- Tabs are expanded to spaces.
- .SH "SEE ALSO"
- .BR fold (1).