home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / textutils-1.9-bin.lha / man / cat1 / expand.0 < prev    next >
Text File  |  1993-12-07  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. EXPAND(1L)                                             EXPAND(1L)
  5.  
  6.  
  7. NNAAMMEE
  8.        expand - convert tabs to spaces
  9.  
  10. SSYYNNOOPPSSIISS
  11.        eexxppaanndd  [-tab1[,tab2[,...]]]  [-t  tab1[,tab2[,...]]] [-i]
  12.        [--tabs=tab1[,tab2[,...]]]  [--initial]  [--help]  [--ver-
  13.        sion] [file...]
  14.  
  15. DDEESSCCRRIIPPTTIIOONN
  16.        This  manual  page  documents  the  GNU version of eexxppaanndd.
  17.        eexxppaanndd writes the contents of  each  given  file,  or  the
  18.        standard  input if none are given or when a file named `-'
  19.        is given, to the standard output, with tab characters con-
  20.        verted  to  the appropriate number of spaces.  By default,
  21.        eexxppaanndd  converts  all  tabs  to  spaces.    It   preserves
  22.        backspace  characters  in  the  output; they decrement the
  23.        column count for tab calculations.  The default action  is
  24.        equivalent to -8 (set tabs every 8 columns).
  25.  
  26.    OOPPTTIIOONNSS
  27.        _-_, _-_t_, _-_-_t_a_b_s _t_a_b_1_[_,_t_a_b_2_[_,_._._._]_]
  28.               If  only  one  tab stop is given, set the tabs _t_a_b_1
  29.               spaces apart instead of the default 8.   Otherwise,
  30.               set  the tabs at columns _t_a_b_1, _t_a_b_2, etc. (numbered
  31.               from 0) and replace any tabs  beyond  the  tabstops
  32.               given  with  single  spaces.   If  the tabstops are
  33.               specified with the _-_t or _-_-_t_a_b_s option, they can be
  34.               separated by blanks as well as by commas.
  35.  
  36.        _-_i_, _-_-_i_n_i_t_i_a_l
  37.               Only  convert  initial tabs (those that precede all
  38.               non space  or  tab  characters)  on  each  line  to
  39.               spaces.
  40.  
  41.        _-_-_h_e_l_p Print a usage message and exit with a non-zero sta-
  42.               tus.
  43.  
  44.        _-_-_v_e_r_s_i_o_n
  45.               Print version information on  standard  error  then
  46.               exit.
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. FSF                     GNU Text Utilities                      1
  65.  
  66.  
  67.