#!/bin/bash find . -name Thumbs.db -exec rm -v -f {} \;