How to find the files that are accessed before 10 minutes?
Answer Posted / 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 |
Post New Answer View All Answers
What is the comma to show the space allocation of files?
What is the use of awk command in unix?
Is ‘du’ a command? If so, what is its use?
How to find $ai_serual resolved path by using unix
How do you repeat a command in terminal?
What does find command return in unix?
What command is used to check the current users?
What is nr in awk command?
How do you grep recursively?
What is the use of sed command in unix?
What difference between cmp and diff commands?
What are the differences among a system call, a library function, and a unix command?
Which command is used to copy files?
What is the comma to display different lines that are found when compare two files?
How do I find previous commands in unix?