Posted By

Roshambo on 12/20/06


Tagged

Bash delete thumbs unix thumbnails thumbnail find thumb


Versions (?)


Advertising

Website Promotion DIRECTORY is a crucial factor for all websites that need to gain better organic search engine rankings and increase website traffic.
Submitting your website as part of your Web Promotion strategy to our SEO friendly and high traffic Business Directory for review is an excellent way to gain a valuable backlink and increase your websites visibility online.

Submit Site


Who likes this?

2 people have marked this snippet as a favorite

nimoyjohnson
Mithun


Find and delete all Thumbs.db files


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.

Expand | Embed | Plain Text
  1. find / -name "Thumbs.db" -exec rm '{}' \;

Report this snippet 

Comments

RSS Icon Subscribe to comments
Posted By: deepan0143 on January 7, 2007

Please How To Delete a Thumbs.db files.

Posted By: sachinbhavsar on April 2, 2008

Command for Windows

C:\del /s /q Thumbs.db

Posted By: deepsoul on November 14, 2009

Easier without -exec:

find / -name "Thumbs.db" -delete

You need to login to post a comment.

Download royalty free graphics