find /tmp -name "*toto*" -type d -mtime +30 -exec rm -rf {} \;