Unix General Question:

How do display only hidden files in Unix?

Unix General Interview Question
Unix General Interview Question

Answer:

Hidden files will start a period (.) in their names. To
list them use -a option of ls command.

like, ls -ltra


Previous QuestionNext Question
How to know the ip address of user system?How to find multiple string?