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

Discussion :: Unix & Linux Basics

  1. Which command is used to copy all files having the string chap and any two characters after that to the progs directory?

  2. A.

     cp chap?? progs

    B.

     cp chap* progs

    C.

     cp chap[12] /progs/*.*

    D.

     cp chap?? /progs/*

    E.

     None of the above

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Explanation Not Provided


Be The First To Comment