SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root # CRON_TZ=Europe/Paris 30 2 * * * root find /opt/plop/ -type f -name '*.old' -type f -mtime +20 -delete