home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource4 / 205_01 / entab.doc < prev    next >
Encoding:
Text File  |  1979-12-31  |  512 b   |  19 lines

  1. -------------------------------------------------------------------------------
  2.  ENTAB
  3. -------------------------------------------------------------------------------
  4.  
  5. Format:
  6.  
  7.      entab filename
  8.  
  9. Purpose:
  10.  
  11. The ENTAB command takes the text in the specified file and places TABs in it 
  12. (with TAB stops at every 8 columns).  See the DETAB command.
  13.  
  14. Example:
  15.  
  16. Place tabs in the file named tab.c and write it to the file named tab.new.
  17.  
  18.      entab tab.c > tab.new
  19.