linux

remove files older than x days

Posted in linux, memotoself on March 23rd, 2010 by paul – Be the first to comment

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