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
What is the functionality of a top command?
What are file commands?
Which unix command to make a new directory?
What difference between cmp and diff commands?
What is the pipe command?
Differentiate cat command from more command.
What is grep in bash?
What is the size of time_t?
Why is shebang used?
What command is used to switching between users in unix?
Give the command for finding the current date.
What are grep patterns?
What is updatedb?
What is in grep command?
Is grep faster than awk?