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 function of grep command in unix?
What is the unix command to confirm a remote host is alive or not?
What is the functionality of a top command?
What is updatedb?
Which command should you use to find the remaining disk space in unix server?
What do chown command do?
What is command substitution?
What command is used to switching between users in unix?
Is command prompt unix?
How can we use grep command in unix?
What is the difference between cat command and more command?
What does the command '$ls | wc –l > file1' do?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What is the first character of the output in ls l command?
What does grep v do?