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 is “chmod” command?

0 Answers  


1-how will you display a file whose name is starting with '- '? 2-how will you add a patten at end of every line in vi editor?

7 Answers  


Who command in unix operating system?

0 Answers  


How do I use grep to search for a file?

0 Answers  


Can you explain a little bit about command substitution?

0 Answers  


What command a user use to view a long text file one page at a time in UNIX?

8 Answers   IBM,


what do you understand bythe term 'de-mountable volumes'?

2 Answers   Infosys,


what does a process mean?

7 Answers   Infosys,


in unix echo is used for

10 Answers   BFL, BirlaSoft, Patni,


Which command is used to delete all files in the current directory and all its sub-directories?

0 Answers  


Name the various commands that are used for the user information in unix.

0 Answers  


How do you grep a case insensitive?

0 Answers  


Categories