Vidyalelo
Computer Science · Q798

UNIX

Engineering and GATE · Computer Science · question 798

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
Answer
D.
error is produced

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board