Files
2026-07-17 09:34:43 -03:00
..
2023-07-14 12:15:30 -03:00
2023-07-14 12:15:30 -03:00
2023-07-14 12:15:30 -03:00
2023-07-14 12:15:30 -03:00
2023-07-14 12:15:30 -03:00
2026-07-17 09:34:43 -03:00
2023-07-14 12:15:30 -03:00
2023-07-14 12:15:30 -03:00
2023-07-14 12:15:30 -03:00

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)