View Single Post
AstroGuy's Avatar
Posts: 36 | Thanked: 2 times | Joined on Aug 2008 @ California
#13
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