Re: crontab job

2009-03-20 Thread Boyd Stephen Smith Jr.
On Friday 20 March 2009 11:05:05 hadi motamedi wrote: >45 1 * * * find /usr/local/statsvr/counters/main/processed -atime +60 -exec >rm -f {} ';' >Can you please let us know what is the meaning of "-atime" & "-exec" >commands used here ? "-atime" filters the find results based on the last-access ti

Re: crontab job

2009-03-20 Thread T o n g
On Fri, 20 Mar 2009 09:05:05 -0700, hadi motamedi wrote: > We have > received the following instruction command to be set as crontab job for > root user, as the followings : > 45 1 * * * find /usr/local/statsvr/counters/main/processed -atime +60 > -exec rm -f {} ';' > Can you please let us know w