fsplit(1)
NAME
fsplit − split Fortran 77, RATFOR, or EFL files
SYNOPSIS
fsplit options files
DESCRIPTION
fsplit splits the named files into separate files, with one subprogram per file. A subprogram includes BLOCKDATA, FUNCTION, PROGRAM, and SUBROUTINE program segments. Subprogram X is put in file X.f, X.r or X.e depending on the language option chosen, with the following exceptions: the main program is put in the file MAIN.[efr] and unnamed BLOCKDATA segments in the files blockdataN.[efr] where N is a unique integer value for each file.
The following options pertain:
−f (default) Input files are Fortran 77.
−r Input files are RATFOR.
−e Input files are EFL.
−s Strip Fortran 77 input lines to 72 or fewer characters with trailing blanks removed.
SEE ALSO
csplit(1), efl(1), f77(1), hf77(1), ratfor(1), split(1).
CX/UX Fortran Reference