Ubuntu, delete all files that start with '._'
Posted
by ILMV
on Super User
See other posts from Super User
or by ILMV
Published on 2010-05-26T09:28:58Z
Indexed on
2010/05/26
9:33 UTC
Read the original article
Hit count: 337
I want to delete all files that start with ._
, when I run this command:
me@me:/var/www/my/project$ sudo rm -Rvi ._*
rm: cannot remove `._*': No such file or directory
I'm pretty sure the .
is causing problems, making it think I mean the current directory, what's the correct syntax to achieve this?
I know these files originated from my Mac, I need a way of nuking them :-)
Many thanks
Ben
© Super User or respective owner