remove files older than x days

find .* -mtime +14 -exec rm {} \;

Leave a Reply