find . -name ._* -print0 | xargs -0 rm -f learn from http://stackoverflow.com/questions/8680793/recursive-erase-hidden-files

By michael