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

Discussion :: Unix & Linux Basics

  1. Which command is used to display all the lines with the string 'sales' from the file empl.lst?

  2. A.

     cut sales empl.lst

    B.

     /sales > empl.lst

    C.

     grep sales empl.lst

    D.

     cat | /sales > empl.lst

    E.

     None of the above

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Explanation Not Provided


Be The First To Comment