Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / siva
find . -mtime -30 -type f -print
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What do know about tee command?
Is grep faster than awk?
Which command is used to create a directory?
How does shebang work?
What does 'mkdir' command do in UNIX?
Which command is used to kill the last background job?
Why is it called grep?
Why is awk called awk?
What do chmod command do?
How to display no of records in oracle using unix command?
What do chown command do?
What is the command to find maximum memory taking process on the server?
Name the various commands that are used for the user information in unix.
Describe the usage and functionality of the command rm –r * in unix?
Is it inbetween or in between?