GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TABS(1) FreeBSD General Commands Manual TABS(1)

tabs
set terminal tabs

tabs [-n | -a | -a2 | -c | -c2 | -c3 | -f | -p | -s | -u] [+m[n]] [-T type]

tabs [-T type] [+[n]] n1[,n2,...]

The tabs 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 ‘+’, it is relative to the previous position set. No more than 20 positions may be specified.

If no tab stops are specified, the “standard” UNIX tab width of 8 is used.

The options are as follows:

-n
Set a tab stop every n columns. If n is 0, the tab stops are cleared but no new ones are set.
Assembler format (columns 1, 10, 16, 36, 72).
Assembler format (columns 1, 10, 16, 40, 72).
COBOL normal format (columns 1, 8, 12, 16, 20, 55)
COBOL compact format (columns 1, 6, 10, 14, 49)
COBOL compact format (columns 1, 6, 10, 14, 18, 22, 26, 30, 34, 38, 42, 46, 50, 54, 58, 62, 67).
FORTRAN format (columns 1, 7, 11, 15, 19, 23).
PL/1 format (columns 1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61).
SNOBOL format (columns 1, 10, 55).
Assembler format (columns 1, 12, 20, 44).
[n], +[n]
Set an n character left margin, or 10 if n is omitted.
type
Output escape sequence for the terminal type type.

The LANG, LC_ALL, LC_CTYPE and TERM environment variables affect the execution of tabs as described in environ(7).

The -T option overrides the setting of the TERM environment variable. If neither TERM nor the -T option are present, tabs will fail.

The tabs utility exits 0 on success, and >0 if an error occurs.

expand(1), stty(1), tput(1), unexpand(1), termcap(5)

The tabs utility conforms to IEEE Std 1003.1-2001 (“POSIX.1”).

A tabs utility appeared in PWB UNIX. This implementation was introduced in FreeBSD 5.0.

The current termcap(5) database does not define the ‘ML’ (set left soft margin) capability for any terminals.
May 20, 2002 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.