nerdexam
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)
  • A
    74% (40)
  • B
    6% (3)
  • C
    7% (4)
  • D
    13% (7)

Community Discussion

No community discussion yet for this question.

Full 102-350 Practice