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 does sed command do in unix?
What are bash commands?
What is the command to find maximum memory taking process on the server?
What is the function of grep command in unix?
What is a command and examples?
What is the use of finger command?
What is the unix command to confirm a remote host is alive or not?
What is ctrl d?
How does the system know where one command ends and another begins?
Is command prompt unix?
Describe the usage and functionality of the command rm –r * in unix?
What are filter commands in unix?
What is unix command line?
What is command statement?
What are reported commands?