FSPLIT(1) SysV FSPLIT(1)
NAME
fsplit - split FORTRAN or ratfor files
SYNOPSIS
fsplit options files
DESCRIPTION
The fsplit command splits the named file(s) into separate files, with one
procedure per file. A procedure includes blockdata, function, main,
program, and subroutine program segments. Normally, procedure X is put
in file X.f or X.r, depending on the language option chosen. The
following exceptions apply: 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).
OPTIONS
-f Uses FORTRAN source program files as input.
-r Uses ratfor(1) source program files as input.
-s Strips FORTRAN input lines to 72 or fewer characters with
trailing blanks removed.
SEE ALSO
csplit (1)
ratfor (1)
split (1)