How to remove all .thumb files on the command line
example.sh
find . -name "*.thumb" -type f -exec rm -v {} \;
Check out similar posts by category:
Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow