Delete .DS_Store and .AppleDouble

find ./ -depth -name ".DS_Store" -exec rm -v {} \;
find ./ -depth -name ".AppleDouble" -exec rm -Rfv {} \;