bsd man page for fpr

Query: fpr

OS: bsd

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

FPR(1)							      General Commands Manual							    FPR(1)

NAME
fpr - print Fortran file
SYNOPSIS
fpr
DESCRIPTION
Fpr is a filter that 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: +---------------+--------------------------------+ | Character | Vertical Space Before Printing | |---------------+--------------------------------| | Blank | One line | | 0 | Two lines | | 1 | To first line of next page | | + | No advance | +---------------+--------------------------------+ A blank 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.
EXAMPLES
a.out | fpr | lpr fpr < f77.output | lpr
BUGS
Results are undefined for input lines longer than 170 characters. 4.2 Berkeley Distribution May 7, 1986 FPR(1)
Related Man Pages
col(1) - mojave
lpr-cups(1) - redhat
asa(1) - freebsd
asa(1) - osf1
col(1) - netbsd
Similar Topics in the Unix Linux Community
how to write to file using fprintf in find command...
why does this number become 0.0 on fprint?
fprintd messages in /var/log/messages
Cannot correctly connect multi-stage C command pipe (among others) (FYI: a lot of code)
MaxNumberOfProcesses - UNIX