FSPLIT(1) DOMAIN/IX SYS5 FSPLIT(1)
NAME
fsplit - split FORTRAN or ratfor files
USAGE
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 Use FORTRAN source program files as input.
-r Use ratfor(1) source program files as input.
-s Strip FORTRAN input lines to 72 or fewer charac-
ters with trailing blanks removed.
RELATED INFORMATION
csplit(1)
ratfor(1)
split(1)
Printed 12/4/86 FSPLIT-1