fsplit(1)
NAME
fsplit − split f77, ratfor, or efl files
SYNOPSIS
fsplit options files
DESCRIPTION
fsplit splits the named file(s) into separate files, each containing one procedure. A procedure includes blockdata, function, main, program, and subroutine program segments. Procedure X is put in file X.f, X.r, or X.e, depending on the language option chosen, with the following exceptions: main 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.
fsplit recognizes the following command-line options:
-f (default) Input files are f77.
-r Input files are ratfor.
-e Input files are Efl.
-s Strip f77 input lines to 72 or fewer characters with trailing blanks removed.
WARNINGS
fsplit does not respect in-line compiler directives that may occur between functional units such as:
$ optimize assume_parm_types_matched
SEE ALSO
csplit(1), efl(1), f77(1), ratfor(1), split(1).
Hewlett-Packard Company — HP-UX Release 9.0: August 1992