|
NAMEtabs —
set terminal tabs
SYNOPSIS
DESCRIPTIONThetabs utility displays a series of characters that
clear the hardware terminal tab settings then initialises tab stops at
specified positions, and optionally adjusts the margin.
In the first synopsis form, the tab stops set depend on the command line options used, and may be one of the predefined formats or at regular intervals. In the second synopsis form, tab stops are set at positions
n1, n2, etc. If a position is
preceded by a ‘ If no tab stops are specified, the “standard” UNIX tab width of 8 is used. The options are as follows:
ENVIRONMENTTheLANG , LC_ALL ,
LC_CTYPE and TERM environment
variables affect the execution of tabs as described in
environ(7).
The EXIT STATUSThetabs utility exits 0 on success,
and >0 if an error occurs.
SEE ALSOexpand(1), stty(1), tput(1), unexpand(1), termcap(5)STANDARDSThetabs utility conforms to IEEE Std
1003.1-2001 (“POSIX.1”).
HISTORYAtabs utility appeared in PWB UNIX. This implementation
was introduced in FreeBSD 5.0.
BUGSThe current termcap(5) database does not define the ‘ML ’ (set
left soft margin) capability for any terminals.
Visit the GSP FreeBSD Man Page Interface. |