Removing Thumbs.db files
find . -name "Thumbs.db" -exec rm '{}' \;
find . -name "Thumbs.db" -exec rm '{}' \;