Rev | Line | |
---|
[9] | 1 | .TH EXPAND 1
|
---|
| 2 | .SH NAME
|
---|
| 3 | expand \- convert tabs to spaces
|
---|
| 4 | .SH SYNOPSIS
|
---|
| 5 | \fBexpand\fR [\fB\-\fIt1,t2, ...\fR]\fR [\fIfile\fR]\fR
|
---|
| 6 | .br
|
---|
| 7 | .de FL
|
---|
| 8 | .TP
|
---|
| 9 | \\fB\\$1\\fR
|
---|
| 10 | \\$2
|
---|
| 11 | ..
|
---|
| 12 | .de EX
|
---|
| 13 | .TP 20
|
---|
| 14 | \\fB\\$1\\fR
|
---|
| 15 | # \\$2
|
---|
| 16 | ..
|
---|
| 17 | .SH OPTIONS
|
---|
| 18 | .FL "\-\fIt\fR" "Tab stop positions"
|
---|
| 19 | .SH EXAMPLES
|
---|
| 20 | .EX "expand \-16,32,48,64" "Expand \fIstdin\fR with tabs every 16 columns"
|
---|
| 21 | .SH DESCRIPTION
|
---|
| 22 | .PP
|
---|
| 23 | \fIExpand\fR replaces tabs in the named files with the equivalent numbers
|
---|
| 24 | of spaces. If no files are listed, \fIstdin\fR is given. If only one
|
---|
| 25 | tab is given, the rest are multiples of it. The default is a tab every 8
|
---|
| 26 | spaces.
|
---|
| 27 | .SH "SEE ALSO"
|
---|
| 28 | .BR unexpand (1).
|
---|
Note:
See
TracBrowser
for help on using the repository browser.