How to remove all .thumb files on the command line

find . -name "*.thumb" -type f -exec rm -v {} \;