

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following command will list all the hidden filenames in our directory having at least three characters after the dot (.)? |
A. | ls |
B. | ls -a |
C. | ls .???* |
D. | ls * |
Answer» D. ls * | |