Which of the following commands would you use?

You need to print 12 copies of the document foo.txt.

Which of the following commands would you use?

You need to print 12 copies of the document foo.txt.

Which of the following commands would you use?

A.
cat foo.txt | lpr -#12

B.
cat foo.txt > lpr -#12

C.
cat foo.txt | lpr -12

D.
cat foo.text > lpr -12

Explanation:
From the man pages:
-# copies sets the number of copies to print from 1 to 100.



Leave a Reply 0

Your email address will not be published. Required fields are marked *