Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / manikantan t s
find . -type f -atime +30
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
How does shebang work?
What is the difference between cat and more command?
What does this command do? Cat food 1 > kitty
How do you repeat a command in terminal?
What are filter commands in unix?
Which command is used to copy files?
Enlist some filename manipulation commands in unix.
Describe the usage and functionality of the command rm –r * in unix?
How to find $ai_serual resolved path by using unix
What does this command do,"$more readme.txt“?
What is the general format of unix command syntax?
How can we use grep command in unix?
How do you grep recursively?
What is the difference between cat command and more command?
How does pipe () work?