UTERMINAL
TERMINAL
NEXT
$V1$
PAUSE
PAGETURNER
ENCORE
BOX
COMMAND
GO
lpr
lp
SYNTAX
lpr [options] [filename(s)]
lp [options] [filename(s)]
FUNCTION
lpr causes the named files to be queued for
lp causes the named files to be queued for
printing on an off-line printer. If no file names
are specified standard input is assummed.
OPTIONS
-nN - causes N copies of the file to be printed
-r - file is removed after being queued
-m - send a mail message when printing is complete
NOTE
The printer control file is in the directory
/usr/spool/lp/interface. If not disabled,
a banner page will also be printed to identify the job.
Printing files command practice, - 1.6.2.0.1
At the prompt, issue the lpr command to print
three (3) copies of the files report and summary.
At the prompt, issue the lp command to print
three (3) copies of the files report and summary.
$PROMPT$
That is correct!
You've got it on the 2nd try.
Good, you understand the concept.
Please use lpr with the -n3 option
Please type lpr -n3 report summary
Please use lp with the -n3 option
Please type lp -n3 report summary
I guess I must type this for you:
$PROMPT$
FORGET1
Observe the result on the terminal!
lpr -n3 report summary
lp -n3 report summary
request id is printer-817(2 files)
$PROMPT$
Please note, 817 is the spool job counter
since the time printer spooler was installed.