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
What is rmdir command?
What is the general format of unix command syntax?
Explain ‘system calls’ with respect to unix commands?
Explain command to view process running?
What is the use of awk command in unix?
Which command is used to create a directory?
What are the unix commands?
Using unix command how to display no of records in oracle?
What is used to type command?
What is sed awk grep?
What does the command '$ls | wc –l > file1' do?
Differentiate cmp command from diff command.
What is the significance of the 'tee' command?
How can you see the command line history?
How do you grep recursively?