How to find the files that are accessed before 10 minutes?
Answer Posted / alex
find -type f -amin -10
Explanation: Find all files (excluding directories) from the
current directory which have been accessed no more(-) than
10 minutes ago.
| Is This Answer Correct ? | 31 Yes | 9 No |
Post New Answer View All Answers
How does pipe () work?
Which command can you use to find the currently running process in unix server?
How do I find previous commands in unix?
What does find command return in unix?
Why is awk called awk?
How do I search for a file in unix command?
Explain command to display different lines that are found when compare two files?
Can you explain a little bit about command substitution?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is unix command?
What does touch command do in unix?
What is awk used for?
What is the functionality of a top command?
What is the command to compare two files in unix?
What is command substitution?