Return to Snippet

Revision: 20078
at November 6, 2009 09:13 by danshields


Initial Code
find . -type f -name "._*" -exec rm -rvf {} \;

Initial URL


Initial Description


Initial Title
Remove all ._ files from directory and its children

Initial Tags
Bash, mac

Initial Language
Bash