Solved

You Want to Redirect the Output of the Ls Command

Question 90

Multiple Choice

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?


A) ls >> ls-output
B) ls ; ls-output
C) ls && ls-output
D) Is > ls-output

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions