Vidyalelo
Computer Science · Q55

UNIX

Engineering and GATE · Computer Science · question 55

Q55

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

A.
ls -l *.lst
Answer
B.
ls lst*
C.
ls *.*
D.
ls *[lst]
E.
None of the above

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board