Computer Programming MCQs Basic of linux unix
Q The command to count the number of files in the current directory by using pipes, is_______________?
  • A A. Ls | wc
  • B B. Ls -l | wc -l
  • C C. Ls | wc -w
  • D D. Ls | ws -c
Leave a Comment