Vidyalelo
Computer Science · Q879

UNIX

Engineering and GATE · Computer Science · question 879

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 .???*
Answer
D.
ls *

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board