Line | |
---|
1 | .TH UNEXPAND 1
|
---|
2 | .SH NAME
|
---|
3 | unexpand \- convert spaces to tabs
|
---|
4 | .SH SYNOPSIS
|
---|
5 | \fBunexpand\fR [\fB\-a\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 "\-a" "All spaces are unexpanded"
|
---|
19 | .SH EXAMPLES
|
---|
20 | .EX "unexpand oldfile >newfile" "Convert leading spaces to tabs"
|
---|
21 | .SH DESCRIPTION
|
---|
22 | .PP
|
---|
23 | \fIUnexpand\fR replaces spaces in the named files with tabs.
|
---|
24 | If no files are listed, \fIstdin\fR is given.
|
---|
25 | The \fB\-a\fR flag is used to force all sequences of spaces to be
|
---|
26 | expanded, instead of just leading spaces (the default).
|
---|
27 | .SH "SEE ALSO"
|
---|
28 | .BR expand (1).
|
---|
Note:
See
TracBrowser
for help on using the repository browser.