Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / jsdkar
find -type f -atime +30 -print
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
What is the difference between cat and more command?
What is $0 bash?
what is the advaantage of each user having its own copy of the shell?
What does pipe () return?
What is a bash command?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
How many unix commands are there?
What is the difference between cat command and more command?
What is unix command?
Which command should you use to find the remaining disk space in unix server?
What do know about tee command?
What will the following command do?
How do you repeat a command in terminal?
What does this command do,"$more readme.txt“?
how to sort the content of the file based on numeric values