Published in: Bash
Remove all those annoying thumbnail files that Windows users created while browsing your network drive. This command traverses all directories and deletes all "Thumbs.db" files as it finds them.
find / -name "Thumbs.db" -exec rm '{}' \;
Comments
Subscribe to comments
You need to login to post a comment.

Please How To Delete a Thumbs.db files.
Command for Windows
C:\del /s /q Thumbs.db