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

Discussion :: Unix & Linux Basics

  1. Which command is used to list all the files with extension .lst?

  2. A.

     ls -l *.lst

    B.

     ls lst*

    C.

     ls *.*

    D.

     ls *[lst]

    E.

     None of the above

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Explanation Not Provided


Be The First To Comment