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


Please Help Members By Posting Answers For Below Questions

What is the nmap command?

596


What is $0 bash?

655


What is the use of egrep command in unix?

632


What is rmdir command?

561


How do I run a bash script?

590






What is grep short for?

568


What is “chmod” command?

575


Is it inbetween or in between?

592


What is command statement?

555


What is ‘ps’ command for?

624


Who command in unix?

586


What does 'mkdir' command do in UNIX?

671


What are the differences among a system call, a library function, and a unix command?

578


What is the difference between grep and grep?

578


What is the search command in unix?

614