View Single Post
Posts: 566 | Thanked: 150 times | Joined on Dec 2007
#7
Originally Posted by pycage View Post
Code:
find /home/user -name '._*' -type f -exec rm "{}" \;
does the job.
That doesn't work with the BusyBox version of find either.