What does the following command do?
$ wc sample.txt > newfile
$ 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
D. error is produced
Answer: Option C
Join The Discussion