Vidyalelo
Computer Science · Q70

UNIX

Engineering and GATE · Computer Science · question 70

Q70

The command to count the number of files in the current directory by using pipes, is

A.
ls | wc
B.
ls -l | wc -l
C.
ls | wc -w
Answer
D.
ls | ws -c
E.
None of the above

Answer: Option C

Solution

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