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 is Online(STM) and offline diagnostics in HP-UX?
How do you repeat a command in terminal?
How to delete a directory containing files and folders?
what is the command to list files in a directory in UNIX?
What is the comma to show the space allocation of files?
29. How to display top 10 users Who | head -10 | wc –w
How to open a Database using Unix Command Please Do Reply
What is the use of cut command in unix?
distinguish between interrupts and exceptions?
describe the escaping sequence characteres in unix
Through which command will redirect output to bOth screen and files at the same time?
can we use cat command as an editor ..???