Command Line Printing: Printing Multiple Copies
Command Line Printing: Printing Multiple Copies
To print multiple copies of a document, you use the -n option to lp and specify a number, which will be the number of copies of the output. The default is 1. For example:% lp -n 2 fooThis will print 2 copies of the file "foo" to your printer.
To specify a printer that is different than the printer set in your shell start-up file:
% lp -n 2 -d abc1 fooThis will send two copies of the file "foo" to printer abc1.
Last modified: 2007/10/08 09:36:25.007000 GMT-4 by
Created: 2007/10/08 09:36:25.007000 GMT-4 by brian.r.brinegar.1.
Categories
- Knowledge Base > ECN > Printing
- Knowledge Base > OS > Unix/Linux
Search the Knowledge Base
Quick search results
Admin Options:
Edit this Document