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

Discussion :: Unix & Linux Basics

  1. Which command sends the word count of the file infile to the newfile.

  2. A.

     wc infile >newfile

    B.

     wc newfile

    C.

     wc infile - newfile

    D.

     wc infile | newfile

    E.

     None of the above

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Explanation Not Provided


Be The First To Comment