|
|
DataMuseum.dkPresents historical artifacts from the history of: ICL Comet 32 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about ICL Comet 32 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 2918 (0xb66)
Types: TextFile
Notes: UNIX file
Names: »lpr.1«
└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
└─⟦28c352965⟧ »/a« UNIX Filesystem
└─⟦this⟧ »usr/man/cat1/lpr.1«
1
LPR(1) UNIX Programmer's Manual LPR(1)
NAME
lpr, lprm, lpq, print - line printer spooler
SYNOPSIS
lpr [ -P_▶08◀p_▶08◀r_▶08◀i_▶08◀n_▶08◀t_▶08◀e_▶08◀r_▶08◀n_▶08◀o ] [ -h ] [ -m ] [ -s ] [name ... ]
lprm [[ -s ][ -a ] [ id ... ] [ filename ... ] [ owner
... ]
lpq
print file ...
DESCRIPTION
_▶08◀L_▶08◀p_▶08◀r causes the named files to be queued for printing. If
no files are named, the standard input is read. The -P
option may be used to force output to a specific printer
(default printerno = 1). The option -h suppresses the
printing of the burst page. The option -m causes notifi-
cation via _▶08◀m_▶08◀a_▶08◀i_▶08◀l(1) to be sent when the job completes.
_▶08◀L_▶08◀p_▶08◀r_▶08◀m removes an entry from a line printer queue. The
default is to remove files from the parallel queue, but -s
causes the program to operate on the serial queue. Indi-
vidual files can be removed by providing an id, filename
or owner reported by _▶08◀l_▶08◀p_▶08◀q, while -a will remove all of the
files on the queue. The _▶08◀i_▶08◀d of each file removed from the
queue will be printed.
_▶08◀L_▶08◀p_▶08◀q prints the serial and parallel line printer queues.
Each entry in a queue is printed showing the owner of the
queue entry, an identification number, the size of the
entry in characters, and the file which is to be printed.
The _▶08◀i_▶08◀d is useful for removing a specific entry from the
printer queue using _▶08◀l_▶08◀p_▶08◀r_▶08◀m(1).
_▶08◀P_▶08◀r_▶08◀i_▶08◀n_▶08◀t _▶08◀p_▶08◀r'_▶08◀s a copy of each named file on the line printer.
It is a one line shell script:
pr $* | lpr
FILES
/etc/printcap printer capabilities data base
/usr/spool/lp parallel printer device
/usr/spool/slp serial printer device
/usr/spool/lpd/* parallel spool area
/usr/spool/slp/* serial spool area
/usr/lib/lpd parallel printer daemon
/usr/lib/slpd serial printer daemon
/usr/lib/lpf filter to handle banners and underlin-
ing for parallel printer
/usr/lib/slpf filter for serial printer
SEE ALSO
pr(1)
BUGS
1