You are not logged in.
Pages: 1
Hi!
I don't know programing, so here i'm asking for help :-P
What i'd like is a script, running regularly via cron. That script would look for files older than X days in a directory Y, and remove them.
Any help?
Thanks!!
Offline
find /path -ctime +nr_of_days -exec rm {} \;
Offline
Thanks for the quick answer! I'll try it :-)
Offline
Pages: 1