

NAME · USAGE · PARAMETERS · EXAMPLE
entab -- replaces blanks by tabs and blanks
entab files
- files
- Template specifying the files to be processed, e.g. "file" or "file*".
- tablist = "+8"
- String containing a list of tabstops separated by blanks or commas.
A two element string of the form "m +n" will set
tabstops in every n columns beginning in column m.
A null string defaults to "9 +8".
Convert the file "prog.c", written using full tabstop indents, to
an equivalent file with an initial indent of one full tabstop,
with 4 space indents thereafter.
cl> detab prog.c tab='9 +4' | entab > temp
cl> delete prog.c
cl> rename temp prog.c
Search Form · STSDAS
Maintained by the Science Software Group at STScI
This file last updated on 27 Apr 1986