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 are the commands in UNIX to list the files in a Directory?
How can you change the owner or group of a file?
What is Unix, and how does it differ from other operating systems?
29. How to display top 10 users Who | head -10 | wc –w
What is “chmod” command?
How does a user get the current date, time in UNIX?
How to find $ai_serual resolved path by using unix
What is "type" command in unix?what is the functionality??
How do you change file permissions?
What does touch command do in unix?
What does the command ' $who | sort –logfile > newfile' do?
What command is used to replace the existing string with some other?