tinycobol/utils/cobf2f
Nilo Roberto C Paim 945dd1a809 version 0.73.0 2023-07-14 12:15:30 -03:00
..
AUTHORS version 0.73.0 2023-07-14 12:15:30 -03:00
COPYING version 0.73.0 2023-07-14 12:15:30 -03:00
COPYRIGHT version 0.73.0 2023-07-14 12:15:30 -03:00
Makefile version 0.73.0 2023-07-14 12:15:30 -03:00
Makefile.in version 0.73.0 2023-07-14 12:15:30 -03:00
Readme.txt version 0.73.0 2023-07-14 12:15:30 -03:00
cobf2f.c version 0.73.0 2023-07-14 12:15:30 -03:00
cobf2f.h version 0.73.0 2023-07-14 12:15:30 -03:00
scanner.l version 0.73.0 2023-07-14 12:15:30 -03:00

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)