From owner-freebsd-questions Tue Oct 21 18:44:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA25092 for questions-outgoing; Tue, 21 Oct 1997 18:44:33 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA25087 for ; Tue, 21 Oct 1997 18:44:29 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id LAA09722; Wed, 22 Oct 1997 11:14:17 +0930 (CST) Message-ID: <19971022111416.13807@lemis.com> Date: Wed, 22 Oct 1997 11:14:16 +0930 From: Greg Lehey To: mike@NetworX.ie Cc: FreeBSD Support Subject: Re: Brain-damaged xargs References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Michael Ryan on Tue, Oct 21, 1997 at 09:13:21PM +0000 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Oct 21, 1997 at 09:13:21PM +0000, Michael Ryan wrote: > For once, I've met a utility in FreeBSD where the SysV > counterpart is better. > > FreeBSD's xargs doesn't support the "{}" placeholder. Nor > does it have the "-l" flag. > > Anybody know if a fully featured xargs is available? The xargs in GNU findutils appears to have both these features. It's available from ftp://prep.ai.mit.edu/pub/gnu/findutils-?, and it compiles out of the box: tar xvfz findutils-4.1.tar.gz cd findutils-4.1 ./configure make install Check the version number before you download. Greg