How do you find files in Unix?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How does pipe () work?

780


How do I use grep to search for a file?

781


How to find $ai_serual resolved path by using unix

1256


What is the use of awk command in unix?

762


What is awk good for?

791


What is grep short for?

736


What is the general format of unix command syntax?

1217


How do you grep recursively?

767


What does pipe () return?

775


Is ‘du’ a command? If so, what is its use?

832


How do you repeat a command in terminal?

829


What does the metacharacter mean?

800


How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?

966


What does the “echo” command do?

830


Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.

841