fsplit(1) fsplit(1)NAME fsplit - split f77 or efl files SYNOPSIS fsplit [-e] [-f] [-s] file ... DESCRIPTION fsplit splits the named files into separate files, with one procedure per file. A procedure includes blockdata, func- tion, main, program, and subroutine program segments. Pro- cedure X is put in file X.f, X.r, or X.e depending on the language flag 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. The following flag options are available: -e Input files are EFL. -f (default) Input files are F77. -s Strip f77 input lines to 72 or fewer characters with trailing blanks removed. FILES /bin/fsplit SEE ALSO csplit(1), efl(1), f77(1), split(1). April, 1990 1