(coreutils.info)expand invocation
9.2 `expand': Convert tabs to spaces
====================================
`expand' writes the contents of each given FILE, or standard input if
none are given or for a FILE of `-', to standard output, with tab
characters converted to the appropriate number of spaces. Synopsis:
expand [OPTION]... [FILE]...
By default, `expand' converts all tabs to spaces. It preserves
backspace characters in the output; they decrement the column count for
tab calculations. The default action is equivalent to `-t 8' (set tabs
every 8 columns).
The program accepts the following options. Also see Note: Common
options.
`-t TAB1[,TAB2]...'
`--tabs=TAB1[,TAB2]...'
If only one tab stop is given, set the tabs TAB1 spaces apart
(default is 8). Otherwise, set the tabs at columns TAB1, TAB2,
... (numbered from 0), and replace any tabs beyond the last
tabstop given with single spaces. Tabstops can be separated by
blanks as well as by commas.
On older systems, `expand' supports an obsolete option
`-TAB1[,TAB2]...', where tabstops must be separated by commas.
POSIX 1003.1-2001 (Note: Standards conformance) does not allow
this; use `-t TAB1[,TAB2]...' instead.
`-i'
`--initial'
Only convert initial tabs (those that precede all non-space or
non-tab characters) on each line to spaces.
An exit status of zero indicates success, and a nonzero value
indicates failure.
automatically generated by info2www.cgi version 1.2.2.9