Bash: clean up temporary files with find and xargs
find . -name ._* | xargs rm
find . -name ._* | xargs rm