nerdexam
LPI

117-101 · Question #11

In order to append the output of ls to a file called bazz, which of the following command lines would you use?

The correct answer is D. ls >> bazz. See the full explanation below for the reasoning.

Question

In order to append the output of ls to a file called bazz, which of the following command lines would you use?

Options

  • Als >bazz
  • Bls >& bazz
  • Cls &> bazz
  • Dls >> bazz

How the community answered

(28 responses)
  • A
    7% (2)
  • B
    14% (4)
  • C
    4% (1)
  • D
    75% (21)

Community Discussion

No community discussion yet for this question.

Full 117-101 Practice