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 |
Is command prompt unix?
solaris Run level?
What is awk good for?
Why is it called a shebang?
How will you know who are the users logged in to the system before 15 minutes?
what does the command 'wc' do?
How do you copy a directory with many files and folders into another directory?
in UNIX,How to copy file into directory?
What command is used to check the current users?
write grep commands to select the lines that have exactly two characters
distinguish between interrupts and exceptions?
How to create hardlinks and softlinks on files?