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 ‘ps’ command for?
What is awk used for?
How do I find previous commands in unix?
Is command prompt unix?
why metadb requires a seperate slice to create Solaris volume manager
What do chmod, chown, chgrp commands do?
How do you grep recursively?
What are some command words?
What does grep v grep do?
What is s and g in sed command?
What do know about tee command and its usage?
What is the use of cut command in unix?
Which command should you use to find the remaining disk space in unix server?
How do you repeat a command in terminal?
Which command can you use to find the currently running process in unix server?