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