How do you find files in Unix?
Answers were Sorted based on User's Feedback
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 |
Answer / 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 |
What difference between cmp and diff commands?
how to make IGNITE-BACKUP in HP-UX?
what is the function of grep command?
how unix kernel distinguishes between a normal file and device file ?
7 Answers Google, IBM, McAfee, Vodafone,
Explain how to use grep command to list find the records of a file containing 10 different strings?
How to add content of one file into another file at the beginning
How do I search a whole word in vim?
What are some command words?
How do I use nslookup?
Give two UNIX kernel parameters that effect an Oracle install
What is shrinking file system in AIX where it actually resides?
What are filter commands in unix?