find -type f -iname '._*' -print0 | xargs -0 rm -vrf find -type f -name .DS_Store -print0 | xargs -0 rm -vrf