Detab Documentation -- Version 2.1 Detab expands all the tabs in an ascii file to spaces and oh boy is it fast!! Detab can run in two modes, command line and prompt. If you leave the command line blank, you will be prompted for the input and output filenames (they can be the same). The command line mode format is: DETAB [ Input.fil [ Output.fil ] ] Where Output.fil can be left off to put output into the input.fil. If Input.fil is left off you will be prompted for the filenames. Detab also accepts wild cards, for example DETAB *.PAS will expand all the tabs in all the .Pas files in the current directory. Detab can also be run with redirection. For example: DETAB