find -type f -mtime +10 -name "*some*pattern*.txt" -exec rm -f '{}' \;