atom feed11 messages in org.freebsd.freebsd-archRe: feature request for xargs
FromSent OnAttachments
Mikhail TeterinJun 20, 2002 5:11 pm 
Juli MallettJun 20, 2002 5:56 pm 
Mikhail TeterinJun 21, 2002 7:32 am 
Dag-Erling SmorgravJun 21, 2002 8:08 am 
Mikhail TeterinJun 21, 2002 8:10 am 
Garance A DrosihnJun 21, 2002 8:44 am 
Mikhail TeterinJun 21, 2002 9:42 am 
Terry LambertJun 21, 2002 3:20 pm 
Mikhail TeterinJun 21, 2002 3:50 pm 
Terry LambertJun 21, 2002 4:51 pm 
Wes PetersJun 24, 2002 11:27 am 
Subject:Re: feature request for xargs
From:Wes Peters (we@softweyr.com)
Date:Jun 24, 2002 11:27:57 am
List:org.freebsd.freebsd-arch

Terry Lambert wrote:

Mikhail Teterin wrote:

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)?

Give up. 8-).

It's a bad example. There are good examples.

find /usr/src -type f | xargs -j N indent --freebsd-knf

Where "N" is roughly ncpus * 2. ;^)

To Unsubscribe: send mail to majo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message