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