home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 112.lha / Tabs / tabs.doc < prev    next >
Text File  |  1986-11-20  |  1KB  |  51 lines

  1.  
  2.           == Entab and Detab ==
  3.  
  4. This archive contains four files in addition to this one:
  5.  
  6. 1.    Entab - a program to replace runs of spaces in a file with
  7.         tab characters.
  8.  
  9. 2.    Detab -    a program to expand tab characters in a file to
  10.         an equivalent number of spaces.
  11.  
  12. 3.    Entab.c - "C" source for Entab.
  13.  
  14. 4.    Detab.c - "C" source for Detab.
  15.  
  16. Usage:
  17.  
  18.     Entab infile outfile
  19.  
  20.         and
  21.  
  22.     Detab infile outfile
  23.  
  24. Both programs use tab stops every eight columns.  You can use Detab to
  25. send files to your printer so that everything lines up correctly (that's
  26. the reason I wrote it).  My printer (or PRT:, I'm not sure which)
  27. doesn't agree with anything else as to where tab stops are; Detab let's
  28. me (and you) overcome the problem thusly:
  29.  
  30.     Detab infile par:
  31.  
  32.         or
  33.  
  34.     Detab infile prt:
  35.  
  36. Entab will often make text files smaller, and makes it easier to edit
  37. files when you use editors such as EDT and microEMACS.
  38.  
  39. Both programs were compiled with Manx Aztec C version 3.4a -
  40.  
  41.     cc Detab.c            cc Entab.c
  42.     ln -lc Detab.o            ln -lc Detab.o
  43.  
  44. 25-FEB-88
  45.  
  46. Ron Charlton
  47. 9002 Balcor Circle
  48. Knoxville, TN 37923
  49.  
  50. CIS: 71450,3216
  51.