如何在命令行上删除所有 .thumb 文件
remove_thumb_files.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