Answer Posted / hr@tgksolutions.com
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 pipe command in unix?
What is the first character of the output in ls l command?
What are grep patterns?
What is the use of the tee command?
Give the command for finding the current date.
What is the size of time_t?
Explain command to display different lines that are found when compare two files?
What does the command '$ls | wc –l > file1' do?
Which command is used to kill the last background job?
How to find $ai_serual resolved path by using unix
What happens when we execute a unix command?
What does the metacharacter mean?
What is rmdir command?
What are reported commands?
What is s and g in sed command?