MCQOPTIONS
Saved Bookmarks
| 1. |
Which command is used to list all the files with extension .lst? |
| A. | ls -l *.lst |
| B. | ls lst* |
| C. | ls *.* |
| D. | ls *[lst] |
| E. | None of the above |
| Answer» B. ls lst* | |