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
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What is the unix command to confirm a remote host is alive or not?
What does #!/ Bin sh do?
What is command statement?
Name the general commands in using unix os for a beginner?
What happens when we execute a unix command?
How do you repeat a command in terminal?
What is {} in find command?
What is the first character of the output in ls l command?
What is unix command line?
What are the commands in UNIX to list the files in a Directory?
What is rmdir command?
how to sort the content of the file based on numeric values
What is a command and examples?
Explain how to use grep command to list find the records of a file containing 10 different strings?