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 grep r?
in UNIX,How do you check for processes started by particular user suppose the user name is 'suresh'?
what is the command to print last 8 lines of any text file.
How to use grep command to list find the records of a file containing 10 different strings?
what does the job command do?
What are file permissions in Unix, and how are they represented?
What is the command to view process running?
Which is the command used to find out currently executing Process in UNIX?
how will you convert a general file to a hidden file?
What are the commands in UNIX to list the files in a Directory?
What is grep and sed command?
How to identify whether a file is normal file or directory?