nerdexam
Novell

050-720 · Question #306

You want to redirect the output of the ls command to the ls-output file which already exists. The output should be appended to the file; it should not overwrite the existing content. Which command…

The correct answer is C. ls >> ls-output. See the full explanation below for the reasoning.

Question

You want to redirect the output of the ls command to the ls-output file which already exists. The output should be appended to the file; it should not overwrite the existing content. Which command accomplishes this task?

Options

  • Als > ls-output
  • Bls : ls-output
  • Cls >> ls-output
  • Dls && ls-output

How the community answered

(31 responses)
  • A
    10% (3)
  • B
    13% (4)
  • C
    74% (23)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 050-720 Practice