Q798
What does the following command do? wc sample.txt > newfile
A.
reads word count from sample.txt
B.
reads word count from newfile
C.
reads word count from sample.txt and write it to newfile
AnswerD.
error is produced
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board