Dec 132017
Replace tabs with spaces in any file. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
DETAB.DOC | 902 | 447 | deflated |
DETAB.EXE | 5356 | 3340 | deflated |
Download File DETAB.ZIP Here
Contents of the DETAB.DOC file
detab is a general purpose filter for de-tab-er. It replaces tabs with a
variable number of spaces. The default value is 4, but this value can be
easily changed on the command line. >>>It is written as a DOS filter.
Sample calls would look like
detab < infile > outfile ;; will "copy" infile to outfile with
;; the default tab value.
detab 2 < infile > outfile ;; Will do the same thing except it will
;; use a value of 2 for the tabs stops
detab 3 < infile ;; Will replace the tabs using a value of
;; 3. The output will go to the console.
To make this document "look" right
detab 8 < detab.doc
This was written to answer a minor problem of moving files between two
different people using two different editors with different tab stops.
Have fun...
David
variable number of spaces. The default value is 4, but this value can be
easily changed on the command line. >>>It is written as a DOS filter.
Sample calls would look like
detab < infile > outfile ;; will "copy" infile to outfile with
;; the default tab value.
detab 2 < infile > outfile ;; Will do the same thing except it will
;; use a value of 2 for the tabs stops
detab 3 < infile ;; Will replace the tabs using a value of
;; 3. The output will go to the console.
To make this document "look" right
detab 8 < detab.doc
This was written to answer a minor problem of moving files between two
different people using two different editors with different tab stops.
Have fun...
David
December 13, 2017
Add comments