bug-findutils
[Top][All Lists]
Advanced

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

[bug #15531] -prune misbehaving?


From: Sylvain BERTRAND
Subject: [bug #15531] -prune misbehaving?
Date: Mon, 27 Feb 2006 23:58:27 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060213 Epiphany/1.8.4.1 Firefox/1.5.0.1

Follow-up Comment #3, bug #15531 (project findutils):

How to reproduce:
1 - Create a test directory tree:

test/1file
test/2dir/foo

2 - Use the following find command on test directory:
    find test -name 1file -prune -o -name foo -print

3 - Wrong results:
    no output

4 - Results should be:
    test/2dir/foo

See my patch #3319 for more info. I don't think it's a RightWay(tm) fix.


    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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