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)- A10% (3)
- B13% (4)
- C74% (23)
- D3% (1)
Community Discussion
No community discussion yet for this question.