My way of deleting files like these from a file system is: rm -i `find ._*` remove the -i if you don't want to confirm the deletion of each file, just remember there is no 'un'rm