Bell 32V development
[unix-history] / usr / man / man1 / lpr.1
CommitLineData
c1030a02
TL
1.TH LPR 1
2.SH NAME
3lpr, vpr \- line printer spooler
4.SH SYNOPSIS
5.B lpr
6[ option ] ... [ file ] ...
7.br
8.B vpr
9[
10.B \-b
11banner ] [ file ] ...
12.SH DESCRIPTION
13.I Lpr
14causes the
15.I files
16to be queued for printing on a line printer.
17If no files are named, the standard input is read.
18The following options are available:
19.TP
20.B \-r
21Remove the file when it has been queued.
22.TP
23.B \-c
24Copy the file to insulate against changes
25that may happen before printing.
26.TP
27.B \-m
28Report by
29.IR mail (1)
30when printing is complete.
31.TP
32.B \-n
33Do not report by mail.
34This is the default option.
35.PP
36.I Vpr
37is the program used by
38.I lpr
39when the online printer is a Versatec machine
40to insert an identifying
41.I banner
42before the output, strip overstrikes,
43and, where possible, remove blank lines to make
4466-line pages fit on 64 lines.
45.SH FILES
46/usr/lpd/* spool area
47.br
48/usr/bin/vpr for Versatec printer.
49.SH SEE ALSO
50opr(1), lpd(8)