fpr.1
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1 代码 · 共 63 行
1
63 行
.\" SCCSID: @(#)fpr.1 8.1 9/11/90.\" Last modified by MJT on 24-Apr-85 1855.\".TH fpr 1 VAX "" Unsupported.SH Namefpr \- print FORTRAN file.SH Syntax.B fpr.SH DescriptionThe.PN fprfilter transforms files formatted according toFORTRAN's carriage control conventions into files formattedaccording to UNIX line printer conventions..PPThe.PN fprfilter copies its input onto its output, replacing the carriagecontrol characters with characters that will produce the intendedeffects when printed using.MS lpr 1 .The first character of each line determines the vertical spacing as follows:.sp.if t \{\.TScenter;c | l.Character Vertical Space Before Printing_Blank One line0 Two lines1 To first line of next page+ No advance.TE.\}.if n \{\.nf +---------------+--------------------------------+ | Character | Vertical Space Before Printing | |---------------+--------------------------------| | Blank | One line | | 0 | Two lines | | 1 | To first line of next page | | + | No advance | +---------------+--------------------------------+.fi.\}.PPA blank line is treated as if its firstcharacter is a blank. A blank that appears as a carriage controlcharacter is deleted. A zero is changed to a newline. A one ischanged to a form feed. The effects of a "+" are simulated usingbackspaces..SH RestrictionsResults are undefined for input lines longer than 170 characters..SH Examples.IP%.B a.out | fpr | lpr -P\fIprinter\fP.IP%.B fpr < f77.output | lpr -P\fIprinter\fP
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?