WIDTH.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
- .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).