From owner-freebsd-arch Fri Jun 21 8:11: 8 2002 Delivered-To: freebsd-arch@freebsd.org Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by hub.freebsd.org (Postfix) with ESMTP id 1516837B401; Fri, 21 Jun 2002 08:11:05 -0700 (PDT) Received: from misha (250-217.customer.cloud9.net [168.100.250.217]) by corbulon.video-collage.com (8.12.2/8.12.2) with ESMTP id g5LFB1QC039530 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL); Fri, 21 Jun 2002 11:11:03 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) X-Authentication-Warning: corbulon.video-collage.com: Host 250-217.customer.cloud9.net [168.100.250.217] claimed to be misha Content-Type: text/plain; charset="iso-8859-1" From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Dag-Erling Smorgrav Subject: Re: feature request for xargs Date: Fri, 21 Jun 2002 11:10:45 -0400 X-Mailer: KMail [version 1.4] Cc: Juli Mallett , arch@FreeBSD.ORG References: <200206200706.g5K76M514469@freefall.freebsd.org> <200206211033.03948.mi+mx@aldan.algebra.com> In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200206211110.45597.mi+mx@aldan.algebra.com> X-Scanned-By: MIMEDefang 2.15 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Friday 21 June 2002 11:09 am, Dag-Erling Smorgrav wrote: = Mikhail Teterin 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