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
How do I search a whole word in vim?
What is the use of cut command in unix?
Is ‘du’ a command? If so, what is its use?
What happens when we execute a unix command?
What is the use of the command 'ls -x chapter[1-5]' ?
What is the pipe command?
What is the size of time_t?
What are awk commands?
How do I find previous commands in unix?
What will the following command do?
What is grep and how do you use it?
What do chmod command do?
How to use grep command to list find the records of a file containing 10 different strings?
Is it inbetween or in between?
What does this command do? Cat food 1 > kitty