home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / cug / softt-5.lbr / DETAB.DOC < prev    next >
Encoding:
Text File  |  1984-07-05  |  896 b   |  49 lines

  1. .bp 1
  2. .in 0
  3. .he 'DETAB (1)'8/20/79'DETAB (1)'
  4. .fo ''-#-'
  5. .fi
  6. NAME
  7. .br
  8. .in 7
  9. detab - convert tabs to spaces
  10. .sp 1
  11. .in
  12. SYNOPSIS
  13. .br
  14. .in 7
  15. detab [<t1>...] [+<n>] [file...]
  16. .sp 1
  17. .in
  18. DESCRIPTION
  19. .br
  20. .in 7
  21. Detab converts tab characters (control-i) to equivalent strings
  22. of blanks.
  23. Tab stops are indicated by <t1>...
  24. (default 8, 16, ...),
  25. while +<n> indicates tab stops
  26. every <n> columns.
  27. Thus the command
  28.  
  29. .ti +3
  30. detab 5 21 +5
  31.  
  32. supplies blanks for tabs terminating at column positions 5, 21, 26, etc.
  33. If no files are specified, the standard input is read.
  34. An isolated minus sign also indicates the standard input.
  35. .sp 1
  36. .in
  37. SEE ALSO
  38. .br
  39. .in 7
  40. entab
  41. .sp 1
  42. .in
  43. AUTHORS
  44. .br
  45. .in 7
  46. .sp 1
  47. Original from Kernighan & Plauger's 'Software Tools', with modifications
  48. by Dennis Hall and Debbie Scherrer (Lawrence Berkeley Laboratory)
  49.