Delete all the "Thumbs.db" files - Mac Os Lion

  • 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

Comments

Popular posts from this blog

Como configurar el control de directv para que funcione con el Tv

Las Tutucas y todo lo demás

Python Ipdb Cheatsheet