Google News
logo
Unix - Quiz(MCQ)
Which command is used to list all the files with extension .lst?
A)
ls *.*
B)
ls lst*
C)
ls *[lst]
D)
ls -l *.lst

Correct Answer :   ls -l *.lst

Advertisement