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 does grep v do?
What does grep v grep do?
Which command is used to kill the last background job?
What is updatedb?
What does sed command do in unix?
What do chmod, chown, chgrp commands do?
What does the “echo” command do?
Which unix command lists files/folders in alphabetical order?
Enlist some filename manipulation commands in unix.
Explain mount and unmount command.
Explain how to use grep command to list find the records of a file containing 10 different strings?
What's a command word?
What are grep patterns?
Explain command to display different lines that are found when compare two files?
How do I run a whois command?