Answer Posted / nashiinformaticssolutions
The find command is used to search for files and directories in Unix. It can search based on various criteria, such as name, size, type, and modification time. For example, find /home -name "*.txt" searches for all .txt files in the /home directory.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does pipe () work?
How do I use grep to search for a file?
How to find $ai_serual resolved path by using unix
What is the use of awk command in unix?
What is awk good for?
What is grep short for?
What is the general format of unix command syntax?
How do you grep recursively?
What does pipe () return?
Is ‘du’ a command? If so, what is its use?
How do you repeat a command in terminal?
What does the metacharacter mean?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What does the “echo” command do?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.