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 grep short for?
Is grep faster than awk?
How to use grep command to list find the records of a file containing 10 different strings?
What is the command to compare two files in unix?
What is the use of cut command in unix?
What is the difference between grep and grep?
How do I clear my terminal history?
Which command should you use to find the remaining disk space in unix server?
What is the command to view process running?
What is difference between grep and find command in unix?
Which command can you use to find the currently running process in unix server?
How can we use grep command in unix?
What is grep in bash?
What is the significance of the 'tee' command?
What are file commands?