LPI
102-350 · Question #131
You need to print 12 copies of the document foo.txt. Which of the following commands would you use?
The correct answer is A. cat foo.txt | lpr -#12. See the full explanation below for the reasoning.
Question
You need to print 12 copies of the document foo.txt. Which of the following commands would you use?
Options
- Acat foo.txt | lpr -#12
- Bcat foo.txt > lpr -#12
- Ccat foo.txt | lpr -12
- Dcat foo.text > lpr -12
How the community answered
(54 responses)- A74% (40)
- B6% (3)
- C7% (4)
- D13% (7)
Community Discussion
No community discussion yet for this question.