View Single Post
Posts: 275 | Thanked: 46 times | Joined on Feb 2008 @ Raleigh, NC
#4
Originally Posted by iamthewalrus View Post
I

find /home/user -name '._*' -type f -print0 | xargs -0 /bin/rm -f
Thanks. Can you interpret this? Am I doing something wrong?

xargs: invalid option -- 0
BusyBox v1.6.1 (2008-05-22 10:32:35 EEST) multi-call binary

Last edited by mfortner; 2008-08-23 at 22:17.
 

The Following User Says Thank You to mfortner For This Useful Post: