bug-findutils
[Top][All Lists]
Advanced

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

[bug #13041] -I (-i) and -L shouldn't be exclusive


From: James Youngman
Subject: [bug #13041] -I (-i) and -L shouldn't be exclusive
Date: Sun, 19 Jun 2005 11:05:37 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050517 Firefox/1.0.4 (Debian package 1.0.4-2)

Update of bug #13041 (project findutils):

             Assigned to:                    None => jay                    
                 Summary: -i and - shouldn't be exclusive => -I (-i) and -L
shouldn't be exclusive

    _______________________________________________________

Follow-up Comment #3:

On *BSD, 

yes x | head -10 | xargs -I Z -L 10 echo foo Z bar

produces:

foo x x x x x bar
foo x x x x x bar

However, GNU findutils currently assumes that {} (or in this case Z) expands
to just one argument.

Fixing this is probably going to mean a significant code change and I'm trying
to concentrate on producing a stable release.  I will make the release and
then work on this bug.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13041>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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