Q879
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 .???*
AnswerD.
ls *
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board