Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / diksha kakkar
the command is - find . -mtime -30 -print
Here you are telling find to list the files that were
modified with in last 30 days. You can increase the span of
time that "find" will report back on or go to a more
restricted time period.
| Is This Answer Correct ? | 17 Yes | 4 No |
Post New Answer View All Answers
What is the command to view process running?
What is the use of finger command?
How do you grep recursively?
How many unix commands are there?
What does sed command do in unix?
What is the use of tee command?
What are some command words?
What does 'mkdir' command do in UNIX?
Explain ‘library functions’ with respect to unix commands?
Who command in unix operating system?
Why is grep called grep?
What do chmod, chown, chgrp commands do?
Is command prompt unix?
What is the use of the tee command?
What is grep command in unix with examples?