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 is used to type command?
What is the difference between cat command and more command?
What is command statement?
What is the use of finger command?
Which command is used to delete all files in the current directory and all its sub-directories?
What command will change your prompt to myprompt?
What does the command ' $who | sort –logfile > newfile' do?
What do know about tee command?
What is grep and how do you use it?
How do you grep recursively?
What is ctrl d?
What is the use of egrep command in unix?
Which unix command to make a new directory?
What is the comma to display different lines that are found when compare two files?
What is a command and examples?