Mark Chouinard / June 15, 2013 Remove all those pesky ._ files I need to learn why it happens, but copying files from Mountain Lion to my Linux box results in an assload of “._” files. Removing them from the command line was getting frustrating. This helped; find . -iname '._*' -delete