How do you find files in Unix?

Answers were Sorted based on User's Feedback



How do you find files in Unix?..

Answer / hr@tgksolutions.com

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

How do you find files in Unix?..

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

Post New Answer

More Unix Commands Interview Questions

What are the commands in UNIX to list the files in a Directory?

0 Answers   CGI,


How can you change the owner or group of a file?

1 Answers  


What is Unix, and how does it differ from other operating systems?

2 Answers  


29. How to display top 10 users Who | head -10 | wc –w

4 Answers   TCS,


What is “chmod” command?

0 Answers  


How does a user get the current date, time in UNIX?

6 Answers   IBM,


How to find $ai_serual resolved path by using unix

0 Answers  


What is "type" command in unix?what is the functionality??

2 Answers  


How do you change file permissions?

1 Answers  


What does touch command do in unix?

0 Answers  


What does the command ' $who | sort –logfile > newfile' do?

0 Answers  


What command is used to replace the existing string with some other?

8 Answers   TCS,


Categories