User Guide

186
Chapter 6 Ethernet Print Service (for UNIX)
Example 1:Outputting one copy of the [drawa.hpgl] file to the logical printer [plt00h].
Example 2:Outputting two copies of the [drawb.hpgl] and [drawc.hpgl] files each to the
logical printer plt00h.
Example 3:Outputting one copy of the [drawd.hpgl] file to the logical printer [plt01h].
Example 4:Outputting one copy of the [drawe.hpgl] and drawf.hpgl files each to the logical
printer [plt02h].
% lpr -Pplt00h drawa.hpgl
% lpr -Pplt00h -#2 drawb.hpgl drawc.hpgl
% lpr -Pplt01h drawd.hpgl
% lpr -Pplt02h drawe.hpgl drawf.hpgl