tom.drastic.net

delete files older than x days

to delete files that are older than x days on your linux server, you can use:

find /path/*.gif -mtime +1 -exec rm {} ;
October 19th, 2007 | linux |


One Response

  1. Maximus Says:

    I would like to see a continuation of the topic

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.