home *** CD-ROM | disk | FTP | other *** search
- 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.
-