% rsh nphost print copies=10 < file1
• rcp
% rcp file1 nphost:copies=10
• ftp
ftp> put file1 copies=10
Collating
Specify the number of collated sets.
qty=number of collated sets (1 to 999)
The following sample shows how to print 10 copies using the collate function (host name: nphost, file
name: file1):
• rsh
% rsh nphost print qty=10 < file1
• rcp
% rcp file1 nphost:qty=10
• ftp
ftp> put file1 qty=10
Duplex Printing
This option enables duplex printing.
duplex=value of duplex printing
Duplex printing Value
enable on
disable off
The following sample shows how to set duplex printing (host name: nphost, file name: file1):
•
rsh
% rsh nphost print duplex=on,binding=longedge < file1
• rcp
% rcp file1 nphost:duplex=on,binding=longedge
• ftp
Specifying the Device Option
31