Gestetner dsc332 Operating Guide

Page of 1186
UNIX Configuration
26
1
Copies
Specify the number of copies.
copies=number of copies (1 to 999)
Limitation
❒ Do not specify “copies” and “qty 
 commands at the same time.
*1
“qty” is a collate function.
The following sample shows how to print 10 copies (host name: “nphost”; file
name: “file1”):
• rsh
% 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)
Limitation
❒ This function is only for PostScript 3.
❒ Do not specify “qty” and “copies” commands at the same time.
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