Home / CSE / Unix :: Discussion

Discussion :: Unix

  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 :

    No answer description available for this question.


Be The First To Comment