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 does find command return in unix?
Which is the command used to find out currently executing Process in UNIX?
How do you repeat a command in terminal?
The rm command removes links to file. What does this mean? How then is a file deleted from the file system?
What is the first character of the output in ls l command?
what is the command to find out the difference between files and folders?
what is exact definition of operating system?
What is the size of time_t?
why unix commands can be divided into internal and external commands?
what is the difference between Touch & cat command
distinguish between paging and swapping?
What is grep in bash?