home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD1.img
/
d1xx
/
d179
/
unixutil
/
entab.doc
< prev
next >
Wrap
Text File
|
1989-02-25
|
773b
|
30 lines
ENTAB USER COMMANDS ENTAB
NAME
entab - replace runs of blanks with tabs.
SYNOPSIS
entab [ -tab1 -tab2... -tabn] [ filename ... ]
DESCRIPTION
entab copies the named files (or the standard input) to the
standard output, putting tabs back into the data.
ENTAB OPTIONS
-tab1 -tab2... -tabn
Set tabs at the columns specified by tabi... Specified
as a single argument sets tabs tab1 spaces
apart instead of the default 8.
SEE ALSO
detab
BUGS
entabbing a file which already contains tabs produces
unpredictable results.
entab attempts to avoid tabbing quoted strings, but quoted
strings spanning lines will cause it to become confused.