Which command is used to list all the files with extension .lst?
A
ls -l *.lst
B
ls lst*
C
ls *.*
D
ls *
E
None of the above
Correct Answer: ls -l *.lst