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 |
how to sort the content of the file based on numeric values
Which command is used to restrict incoming messages?
Using unix command how to display no of records in oracle?
Give the command to display space usage on the UNIX file system.
How to delete a directory containing files and folders?
how many internal commands is there in UNIX?
how will you login one server's shell prompt to an another server?
5 Answers Cosmic Infotech, Perot Systems,
what do you understand bythe term 'de-mountable volumes'?
What is {} in find command?
which command is used to stop a running process in unix?
what is the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......
What is pipe command in unix?