From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 27 01:40:13 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27E3116A4CE for ; Sun, 27 Feb 2005 01:40:13 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08FD643D46 for ; Sun, 27 Feb 2005 01:40:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1R1eCxS014682 for ; Sun, 27 Feb 2005 01:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1R1eCC4014681; Sun, 27 Feb 2005 01:40:12 GMT (envelope-from gnats) Date: Sun, 27 Feb 2005 01:40:12 GMT Message-Id: <200502270140.j1R1eCC4014681@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Garance A Drosehn Subject: Re: bin/57024: a new option for xargs(1) -- only treat \n as separators X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Garance A Drosehn List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Feb 2005 01:40:13 -0000 The following reply was made to PR bin/57024; it has been noted by GNATS. From: Garance A Drosehn To: freebsd-gnats-submit@FreeBSD.org, mi@aldan.algebra.com Cc: Subject: Re: bin/57024: a new option for xargs(1) -- only treat \n as separators Date: Sat, 26 Feb 2005 20:35:19 -0500 I suspect this PR should be closed. Not only is there the very-workable solution from Oliver, but 'xargs -L ' is pretty close to what the original PR is asking for. It may not be obvious from description in the man page, but when you request -L you're saying (among other things) that you want *lines* of input. Therefore it switches to using just '\n' as the delimiter for arguments. (the reason I'm not closing the PR myself is that I haven't yet checked the 'xargs' on other OS's to see if our 'xargs' has implemented -L in the same way that their versions do. I might close come back and close the PR at some later date). -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@FreeBSD.org Rensselaer Polytechnic Institute; Troy, NY; USA