|
|
||
|---|---|---|
| .. | ||
| AUTHORS | ||
| COPYING | ||
| COPYRIGHT | ||
| Makefile | ||
| Makefile.in | ||
| Readme.txt | ||
| cobf2f.c | ||
| cobf2f.h | ||
| scanner.l | ||
Readme.txt
Utility program that will convert from/to fixed to/from free-form COBOL formats.
$htcobf2f -h
Usage: htcobf2f [<options>] [-i input file ] [-o output file ]
where <options> are:
-h This help screen
-V Print out version
-t <num> Expand tabs to <num> space(s) (Default = 8)
-x Convert source to X/Open free format (Default)
-f Convert source to Standard fixed column format
-i <filename> Input filename (Default is standard input)
-o <filename> Output filename (Default is standard output)