On Wed, 10 Apr 2002, Javier Gostling wrote: > Bill Crawford wrote: > > > find /home/username -name .AppleDouble -print0 | xargs -0 rm -rf > > Also "find /home/username -name .AppleDouble -exec rm -f {} \;" will work
Except that's guaranteed to launch a separate process for each arg, whereas using xargs gives you more control over what you do with the arguments. _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list