Date: Fri, 21 Jun 2002 11:10:45 -0400 From: Mikhail Teterin <mi+mx@aldan.algebra.com> To: Dag-Erling Smorgrav <des@ofug.org> Cc: Juli Mallett <jmallett@FreeBSD.ORG>, arch@FreeBSD.ORG Subject: Re: feature request for xargs Message-ID: <200206211110.45597.mi%2Bmx@aldan.algebra.com> In-Reply-To: <xzpbsa44qjv.fsf@flood.ping.uio.no> References: <200206200706.g5K76M514469@freefall.freebsd.org> <200206211033.03948.mi%2Bmx@aldan.algebra.com> <xzpbsa44qjv.fsf@flood.ping.uio.no>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 21 June 2002 11:09 am, Dag-Erling Smorgrav wrote: = Mikhail Teterin <mi+mx@aldan.algebra.com> writes: = > All operations, involving many light tasks can benefit, i.e. = > = > find /some/dir \! -type d -print0 | xargs -0 -j0 rm -f = = find /some/dir \! -type d -delete Wouldn't this be slower, since find will be waiting for the delete to complete (yes, I know about the racing)? -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206211110.45597.mi%2Bmx>