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 make IGNITE-BACKUP in HP-UX?
A file has 1000 lines and i want to display only 1st line how to do it? pls ..tel me
How can we use grep command in unix?
write grep commands to select the lines that have exactly two characters
When the shell is reading the command line what is the difference between text enclosed between double quotes ( ” ) and text enclosed between signal quotes ( ’ )?
How can you copy files or directories?
Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...
How to find $ai_serual resolved path by using unix
How to replace the exact word in vi editor?? suppose a file contains words like amaze,amazed,amazement in some of the line.But i want to replace only 'amaze' with delight but don't wanna replace amazed or amazement. thanks
6 Answers Polaris, Tech Mahindra,
in UNIX,How to copy file into directory?
what is the difference between pipe(|) and tee command..
which command is used to stop a running process in unix?