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» B. ls -a


Discussion

No Comment Found