Google News
logo
Unix - Quiz(MCQ)
The command to count the number of files in the current directory by using pipes, is
A)
ls | wc
B)
ls | ws -c
C)
ls | wc -w
D)
ls -l | wc -l

Correct Answer :   ls | wc -w

Advertisement