EXPAND.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
- .TH EXPAND 1
- .SH NAME
- expand - convert tabs to spaces
- .SH SYNOPSIS
- fBexpandfR [fB-fIt1,t2, ...fR]fR [fIfilefR]fR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH OPTIONS
- .FL "-fItfR" "Tab stop positions"
- .SH EXAMPLES
- .EX "expand -16,32,48,64" "Expand fIstdinfR with tabs every 16 columns"
- .SH DESCRIPTION
- .PP
- fIExpandfR replaces tabs in the named files with the equivalent numbers
- of spaces. If no files are listed, fIstdinfR is given. If only one
- tab is given, the rest are multiples of it. The default is a tab every 8
- spaces.
- .SH "SEE ALSO"
- .BR unexpand (1).