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

Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?

0 Answers  


what is the command to find out which shell you are running?

14 Answers  


The rm command removes links to file. What does this mean? How then is a file deleted from the file system?

5 Answers  


what is kernel?

6 Answers  


How i'll delete a particular line from the file? Please give answer as soon as possible. Thanks in advance.

12 Answers   IBM,


What does touch command do in unix?

0 Answers  


How do I clear my terminal history?

0 Answers  


Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...

27 Answers   CGI,


Write a command to find all of the files which have been accessed within the last 30 days.

14 Answers   Cisco,


In vi editor how do you execute unix commands?

10 Answers  


Which RAID Levels supported by LVM?

5 Answers  


How many bits use for MAC address?

7 Answers   Google,


Categories