IRAF help page for package utilities, program entab

from NOAO entab -- replaces blanks by tabs and blanksUSAGEPARAMETERSEXAMPLE

entab -- replaces blanks by tabs and blanks


USAGE

entab files


PARAMETERS

files

Template specifying the files to be processed, e.g. "file" or "file*".

tablist = 9 +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".


EXAMPLE

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


This page automatically generated from the iraf .hlp file. If you would like your local iraf package .hlp files converted into HTML please contact Dave Mills at NOAO.

dmills@noao.edu