How to find the files that are accessed before 10 minutes?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ashok
echo "this script will put the num of 10 min old files
in /tmp in /tmp/chechold.txt
file "
find /tmp -size 0 -a time +10 - exec ls -s {}
\ ; /tmp /checkdd.txt
find /tmp -size 0 -a time +10 -exec rm _f {} \ ;
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / kirus
ls - ltr
it will show the the files with latest acces time in that
we can find the files that are accessed before 10 minutes
| Is This Answer Correct ? | 0 Yes | 17 No |
Can you enlist some commonly used network commands?
Why is awk called awk?
what is exact definition of operating system?
What do chmod command do?
what is the difference between relative path and absolute path?
solaris Run level?
What is grep short for?
What is the protocol for PING command?
What is "type" command in unix?what is the functionality??
what is the functionality of kernel in unix architecture?
what do you understand by 'building block primitive'?
what is the significance of "su" command?