that looks like it's what i want
but for my own benefit...  what does that _mean_
i'm sure i can just copy/paste it
but i wanna know how it works....


> On Tue, 9 Apr 2002, daniel wrote:
> 
> > /home/username/.AppleDouble
> > /home/username/htdocs/.AppleDouble
> > /home/username/htdocs/aboutus/.AppleDouble
> > etc....
> > 
> > is there a way to kill all of these things without having to specify a
> > complete list of their location?
> 
>  find /home/username -name .AppleDouble -print0 | xargs -0 rm -rf





_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to