PRESERVE=$(/bin/date +'%Y%m01' -d '-1 month') find . -daystart -type f -mtime +31 -not -mtime +60 -name "patron-fichero*" -not -name "*${PRESERVE}*" -exec rm {} \;