Ricoh ap2600 用户指南

下载
页码 434
UNIX Configuration
20
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 the function of collation.
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
Collate
Specify the number of collate.
qty=number of collate (1 to 999)
Limitation
❒ Do not specify “qty” and “copies” commands at the same time.
❒ Optional memory unit or hard disk drive is required to use collate function.
The following sample shows how to print 10 copies using 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