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 will the following command do?
How does pipe () work?
What is the use of awk command in unix?
What is the use of the tee command?
What is {} in find command?
What is the functionality of a top command?
What is the use of find command in unix?
Is it inbetween or in between?
What does awk stand for?
What is rmdir command?
What is $0 bash?
How do I use grep to search for a file?
What is awk good for?
What is unix command?