Computer Science - Unix - Discussion

Discussion Forum : Unix - Section 2 (Q.No. 6)
6.
Which command is used to list all the files with extension .lst?
ls -l *.lst
ls lst*
ls *.*
ls *[lst]
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Nilesh S. said:   9 years ago
Here * means every file and every directory present in the current working directory.

Vishal said:   1 decade ago
ls display all files of current directory, -l display all files in long listing form,* means start a file with any character and .ist is extension of file.

Post your comments here:

Your comments will be displayed after verification.