FPR(1) — USER COMMANDS
NAME
fpr − print FORTRAN file
SYNOPSIS
fpr
DESCRIPTION
fpr transforms files formatted according to FORTRAN’s carriage control conventions into files formatted according to UNIX line printer conventions.
fpr copies its input onto its output, replacing the carriage control characters with characters that will produce the intended effects when printed using lpr(1). The first character of each line determines the vertical spacing as follows:
(blank)
one line
0two lines
1to first line of next page
+no advance
A blank line (that is, an empty line) is treated as if its first character is a blank. A blank that appears as a carriage control character is deleted. A zero is changed to a newline. A one is changed to a form feed. The effects of a "+" are simulated using backspaces.
Note that fpr is known as asa in UNIX System V.
EXAMPLES
a.out | fpr | lpr
fpr < f77.output | lpr
BUGS
Results are undefined for input lines longer than 170 characters.
Sun Release 3.2 — Last change: 17 October 1987