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

Discussion :: Unix & Linux Basics

  1. Which command is used to concatenate all files beginning with the string 'emp' and followed by a non-numeric characters?

  2. A.

     cat emp[!0-9]

    B.

     more [emp][!0-9]

    C.

     cat emp[x-z]

    D.

     cat emp[a-z]

    E.

     None of the above

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Explanation Not Provided


Be The First To Comment