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 pipe command?
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 size of time_t?
How can you see the command line history?
What is grep and how do you use it?
What is grep r?
Which command is used to copy files?
Describe the usage and functionality of the command rm –r * in unix?
What are filter commands in unix?
What does 'mkdir' command do in UNIX?
What does find command return in unix?
What is the unix command to confirm a remote host is alive or not?
Is ‘du’ a command? If so, what is its use?
What does the “echo” command do?
Is it inbetween or in between?