26 de septiembre de 2011

Delete all "Thumbs.db" files


I haven't used windows for about 5 years now. Lucky me! I now see the world with better eyes and my hair health has certainly improved jeje.

Anyway, some trash always remains and have to be taken care of. Like the hideous "Thumbs.db" files that windows creates everywhere.

How to get rid of them?

First, find out how many of them you have, by running this command:
find . -iname "Thumbs.db"
And just run the following command in the base folder from where to erase them:
find . -iname "Thumbs.db" -delete

You can do just the same for the "desktop.ini" files.

Saludos!

No hay comentarios: