fsplit(1) DG/UX R4.11MU05 fsplit(1)
NAME
fsplit - split f77 or ratfor files
SYNOPSIS
fsplit options files
DESCRIPTION
Fsplit splits the named file(s) into separate files, with one
procedure per file. A procedure includes blockdata, function, main,
program, and subroutine program segments. Procedure X is put in file
X.f, or X.r depending on the language option chosen, with the
following exceptions: main is put in the file MAIN.[fr] and unnamed
blockdata segments in the files blockdataN.[fr] where N is a unique
integer value for each file.
The following options pertain:
-f (default) Input files are f77.
-r Input files are ratfor.
-s Strip f77 input lines to 72 or fewer characters with trailing
blanks removed.
SEE ALSO
csplit(1), f77(1), ratfor(1), split(1).
Licensed material--property of copyright holder(s)