home *** CD-ROM | disk | FTP | other *** search
- TAB (v1.1) - Tabify and untabify C source files
-
- This program is Copyright 1989, by PowerSoft.
- We may be reached at the PowerSoft BBS (404) 928-9294
-
- You are free to use this program as you please, and distribute it
- to your friends. I only ask that you do not alter the program, and
- you include this file when you pass it on.
-
-
-
- USAGE: TAB [tab_interval] dir_name file_wildcard(s)
-
- tab_interval is positive to add tabs, and negative to remove them.
- dir_name specifies a directory to place converted files into.
-
- NOTES:
- 1. When adding tabs, 2 or more blanks may be converted to tabs.
- 2. Spaces and tabs inside double quotes are not affected.
- 3. /* */ and // style comments are both supported.
- 4. Nested /* */ comments are not supported.
- 5. If you want to replace the file, specify "." as the directory name
- 6. When replacing an existing file, the old version is kept as *.BAK
-
-
-