home *** CD-ROM | disk | FTP | other *** search
- LEFTJUST.EXE
-
- FUNCTION: The purpose of this program is to left justify ASCII text files.
- That is: remove a border consisting of blanks (ASCII character
- 32) from ASCII text files. The program also removes form feeds
- (ASCII 12) as they make it more difficult to identify the width
- of the border. An option is to remove ONLY (1) the excess
- left border spaces (automargin adjust), or (2) remove left
- border spaces up to a set number. Version 1.2, 8-26-88.
-
- USAGE: LEFTJUST [in_filename] [out_filename] {/m{#}}
-
- NOTES: The /m option allows you to automatically remove an "excess
- border" of left-side spaces in the ASCII file. For example, if
- ALL lines have at least 5 left spaces, then EVERY line will have
- those (and only those) 5 spaces removed. If a number is
- specified after the /M option (e.g., "/m4"), then every line
- will have UP TO 4 spaces removed.
-
- «═»