home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / futils / futils~1 / man / manpages.zoo / expand.1 < prev    next >
Encoding:
Text File  |  1991-11-11  |  1.5 KB  |  67 lines

  1.  
  2.  
  3.  
  4. EXPAND(1L)                                             EXPAND(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      expand - convert tabs to spaces
  10.  
  11. SYNOPSIS
  12.      expand [-tab1[,tab2[,...]]] [-t tab1[,tab2[,...]]] [-i]
  13.      [+tabs=tab1[,tab2[,...]]] [+initial] [file...]
  14.  
  15. DESCRIPTION
  16.      This manual page documents the GNU version of expand.
  17.      expand writes the contents of each given file, or the stan-
  18.      dard input if none are given or when a file named `-' is
  19.      given, to the standard output, with tab characters converted
  20.      to the appropriate number of spaces.  By default, expand
  21.      converts all tabs to spaces.  It preserves backspace charac-
  22.      ters in the output; they decrement the column count for tab
  23.      calculations.  The default action is equivalent to -8 (set
  24.      tabs every 8 columns).
  25.  
  26.      OPTIONS
  27.  
  28.      -, -_✓t, +_✓t_✓a_✓b_✓s _✓t_✓a_✓b_✓1[,_✓t_✓a_✓b_✓2[,...]]
  29.           If only one tab stop is given, set the tabs _✓t_✓a_✓b_✓1 spaces
  30.           apart instead of the default 8.  Otherwise, set the
  31.           tabs at columns _✓t_✓a_✓b_✓1, _✓t_✓a_✓b_✓2, etc. (numbered from 0) and
  32.           replace any tabs beyond the tabstops given with single
  33.           spaces.  If the tabstops are specified with the -_✓t or
  34.           +_✓t_✓a_✓b_✓s option, they can be separated by blanks as well
  35.           as by commas.
  36.  
  37.      -_✓i, +_✓i_✓n_✓i_✓t_✓i_✓a_✓l
  38.           Only convert initial tabs (those that precede all non
  39.           space or tab characters) on each line to spaces.
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Page 1
  64.  
  65.  
  66.  
  67.