Remove ._ files from Mac OS X

Run this command on the terminal to remove every ._ file created by Mac OS X on the current path and its descendants:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
find . -name '._*' -delete
find . -name '._*' -delete
find . -name '._*' -delete

Posted

in

by

Tags: