| From | Sent On | Attachments |
|---|---|---|
| Mikhail Teterin | Jun 20, 2002 5:11 pm | |
| Juli Mallett | Jun 20, 2002 5:56 pm | |
| Mikhail Teterin | Jun 21, 2002 7:32 am | |
| Dag-Erling Smorgrav | Jun 21, 2002 8:08 am | |
| Mikhail Teterin | Jun 21, 2002 8:10 am | |
| Garance A Drosihn | Jun 21, 2002 8:44 am | |
| Mikhail Teterin | Jun 21, 2002 9:42 am | |
| Terry Lambert | Jun 21, 2002 3:20 pm | |
| Mikhail Teterin | Jun 21, 2002 3:50 pm | |
| Terry Lambert | Jun 21, 2002 4:51 pm | |
| Wes Peters | Jun 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. ;^)
-- "Where am I, and what am I doing in this handbasket?"
Wes Peters Softweyr LLC we...@softweyr.com http://softweyr.com/
To Unsubscribe: send mail to majo...@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message





