Answer Posted / dipayan
find /etc/* -name ".*"
will show the all hidden files in the /etc directory. All
hidden files start with "." , that's why "find" command
easily finds them.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What do chmod command do?
Why is it called grep?
What is $0 bash?
What's a command word?
What is the difference between cat command and more command?
What happens when we execute a unix command?
What is the size of time_t?
Enlist some filename manipulation commands in unix.
Differentiate cat command from more command.
What is the comma to show the space allocation of files?
Which command will print your home directory on screen?
How do I search for a file in unix command?
What difference between cmp and diff commands?
How do I search a whole word in vim?
What are bash commands?