bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: xargs -i forgets its supposed defaults in some positions


From: James Youngman
Subject: Re: xargs -i forgets its supposed defaults in some positions
Date: Mon, 28 Jul 2003 12:34:34 +0100
User-agent: Mutt/1.3.28i

On Mon, Jul 28, 2003 at 03:23:39PM +0800, Dan Jacobson wrote:
> xargs -i forgets its supposed defaults in some positions:
> $ echo a |xargs -i -n 1 echo {} zzz
> {} zzz a
> $ echo a |xargs -n 1 echo {} zzz
> {} zzz a
> $ echo a |xargs -n 1 -i echo {} zzz
> a zzz

I suspect that that is a duplicate bug report.   


> $ xargs --version
> GNU xargs version 4.1.20
> Also put your bug address on the man page.

That has already been done in the CVS code, but that change isn't yet
in any released version.

-- 
James Youngman.
CSSC Bug reporting page:       http://sf.net/tracker/?group_id=8064&atid=108064
GNU Findutils bug reporting page: http://savannah.gnu.org/bugs/?group=findutils




reply via email to

[Prev in Thread] Current Thread [Next in Thread]