Home / Computer Science / Unix & Linux Basics :: Discussion

Discussion :: Unix & Linux Basics

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

  2. A.

     ls | wc

    B.

     ls -l | wc -l

    C.

     ls | wc -w

    D.

     ls | ws -c

    E.

     None of the above

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Explanation Not Provided


Be The First To Comment