如何在命令行上删除所有 .thumb 文件

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

Check out similar posts by category: Linux