Index of /dee/software/ST/detab

Name                    Last modified      Size  Description
Parent Directory                             -   
detab.exe               2022-09-25 15:57  116K  64-bit Windows binary
alternatives.m2.txt     2022-09-25 15:57  3.4K  
detab.m2.txt            2022-09-25 15:57  848   
Tabs.m2.txt             2022-09-25 15:57  739   
README.html             2022-09-25 15:57  577   
Tabs.m2.def.txt         2022-09-25 15:57  327   
SHA256                  2022-09-25 15:57   76   
tests/                  2022-09-25 15:57    -   
PROGRAM
	detab convert tabs to blanks
USAGE
	detab
DESCRIPTION
	detab copies its input to its output, expanding horizontal tabs to blanks
	along the way, so that the output is visually the same as the input, but
	contains no tab characters. Tab stops are assumed to be set every four
	columns (e.g. 1, 5, 9, ...), so that each tab character is replaced by from
	one to four blanks.
EXAMPLE
	Using -> as a visible tab:
	   detab
	   ->col 1->2->34->rest
	   	col 1	2	34	rest
BUGS
	detab is naive about vertical motions and non-printing characters.