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
Which unix command lists files/folders in alphabetical order?
What does the metacharacter mean?
What is the use of awk command in unix?
Using unix command how to display no of records in oracle?
What do chmod, chown, chgrp commands do?
What is ‘ps’ command for?
What is the difference between awk and grep?
What does the md command do?
how to sort the content of the file based on numeric values
why metadb requires a seperate slice to create Solaris volume manager
Describe the usage and functionality of the command rm –r * in unix?
How many unix commands are there?
How do I use grep to search for a file?
How to display no of records in oracle using unix command?
What does touch command do in unix?