webstyler
02-14-2004, 04:38 AM
hi
I have this :
find /home/mysite/public_html/download -type d -cmin +20 -exec rm -rf {} \;
This beacause I want delete all dir and files "INTO" dir download that is old more 20 minutes
BUT the problem is that this delete also dir download ??
:(
why ?
thks
I have this :
find /home/mysite/public_html/download -type d -cmin +20 -exec rm -rf {} \;
This beacause I want delete all dir and files "INTO" dir download that is old more 20 minutes
BUT the problem is that this delete also dir download ??
:(
why ?
thks
