1FPR(1) General Commands Manual FPR(1)
2
3
4
6 fpr - print Fortran file
7
9 fpr
10
12 Fpr is a filter that transforms files formatted according to Fortran's
13 carriage control conventions into files formatted according to UNIX
14 line printer conventions.
15
16 Fpr copies its input onto its output, replacing the carriage control
17 characters with characters that will produce the intended effects when
18 printed using lpr(1). The first character of each line determines the
19 vertical spacing as follows:
20
21 +---------------+--------------------------------+
22 | Character | Vertical Space Before Printing |
23 |---------------+--------------------------------|
24 | Blank | One line |
25 | 0 | Two lines |
26 | 1 | To first line of next page |
27 | + | No advance |
28 +---------------+--------------------------------+
29
30
31 A blank line is treated as if its first character is a blank. A blank
32 that appears as a carriage control character is deleted. A zero is
33 changed to a newline. A one is changed to a form feed. The effects of
34 a "+" are simulated using backspaces.
35
37 a.out | fpr | lpr
38
39 fpr < f77.output | lpr
40
42 Results are undefined for input lines longer than 170 characters.
43
44
45
464.2 Berkeley Distribution May 7, 1986 FPR(1)