De Excluindo arquivos do manual find
10.1.6 Using the -delete action
The most efficient and secure method of solving this problem is to use the ‘-delete’ action:
find /var/tmp/stuff -mtime +90 -delete
Então, basta ligar para find -name 'pattern%' -delete
.