Xerox DocuColor 12 Printer with Fiery EX12 전단

다운로드
페이지 168
3
3-2
Printing from UNIX Workstations
T
O
 
PRINT
 
FROM
 UNIX
On a system running SunOS 4.1.x or another BSD-based variant, use the lpr command 
to send a job to the Fiery, as follows:
lpr <-Pprinter> <-#copies> <filename>
For example, if the Print queue of your Fiery is named 
print_Server
, your file is named 
Sample
, and you want to print two copies, type:
lpr -Pprint_Server -#2 Sample
On a system running Solaris 2.x or any System V implementation of UNIX, use the lp 
command to send a job to the Fiery, as follows:
lp -d <printername> -n <copies> <filename>
For example, if the Print queue of your Fiery is named 
print_Server
, your file is named 
Sample
, and you want to print two copies, type:
lp -d print_Server -n 2 Sample