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 grep command in unix with examples?
Write a command that will display files in the current directory, in a colored, long format.
What do chown command do?
What does awk stand for?
What are some command words?
How do I search for text in vi?
Explain mount and unmount command.
What are the dos commands?
What is the command to view process running?
What does the md command do?
What does find command return in unix?
Why is awk called awk?
How does pipe () work?
What does the command ' $who | sort –logfile > newfile' do?
How do I run a bash script?