| Using tabs for indenting source code can be problematic because of differing interpretations of tabs. Thus this program.
tab2spc reads a text (source) file and copies it to stdout, but converts each tab to spaces according to a user-definable tab interval. |