tabs
: Setting Terminal Tabs
The tabs
command is used to specify and set hardware tab
stops on terminals that have remotely-settable tab stops.
The tabs
command is used to specify and set hardware tab
stops on terminals that have remotely-settable tab stops.
tabs [options] tab-specification
The options supported by GNU tabs
are:
-T termtype
--terminal=termtype
TERM
.
-V
--version
tabs
and exit.
-h
--help
tabs
and exit.
GNU tabs
accepts the following types of tab specification:
n1[,n2,...]
-n
-code
--code=code
-C code
tabs
.
--filename
--file=filename
--F filename
<:
and :>
on that line, find
a parameter that begins with t
, and then use it as tab
specification. If any of the above steps fails, set tab stops to
every 8 columns. The second and the third formats are useful if
the name of the file conflicts with one of the long options
supportred by GNU tabs
.
GNU tabs
supports the following "canned" specifications:
To set tab stops for editing FORTRAN programs on
an xterm
, use the following tabs
command:
tabs -f --terminal=xterm
Another example: a source file of FORTRAN program may contain its own tab specification on its first line:
C <: t1,7,11,15,19,23,72 :>
Before editing this file, the tabs
command can be used to set
tab stops to columns this file expects:
tabs --Sample.f
Go to the first, previous, next, last section, table of contents.