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 does find command return in unix?
Describe the zip/unzip command using gzip.
What is grep in bash?
Explain ‘library functions’ with respect to unix commands?
What is the difference between cat command and more command?
What do chmod, chown, chgrp commands do?
What is used to type command?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
How do I search a whole word in vim?
What is command statement?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What are the unix commands?
What does sed command do in unix?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
How does the system know where one command ends and another begins?