Revision: 20078
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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