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

Discussion :: Unix & Linux Basics

  1. Which symbol will be used with grep command to match the pattern pat at the beginning of a line?

  2. A.

     ^pat

    B.

     $pat

    C.

     pat$

    D.

     pat^

    E.

     None of the above

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Explanation Not Provided


Be The First To Comment