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 first character of the output in ls l command?
What is the use of awk command in unix?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
Which command should you use to find the remaining disk space in unix server?
Is command prompt unix?
What does the md command do?
What is “chmod” command?
How can we use grep command in unix?
What is the use of tee command?
What is the use of the tee command?
What is in grep command?
Name the general commands in using unix os for a beginner?
What is {} in find command?
Which command is used to restrict incoming messages?
What is ctrl d?