bug-findutils
[Top][All Lists]
Advanced

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

[bug #18787] find -prune not pruning soon enough?


From: Bill Svirsky
Subject: [bug #18787] find -prune not pruning soon enough?
Date: Wed, 28 Feb 2007 15:24:56 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2

Follow-up Comment #2, bug #18787 (project findutils):

This is what I see when I run essentially the same command string:

$ for exe in /bin/find ; do /bin/rm -fr blah; mkdir -p blah/foo ; $exe blah
-name foo -print -exec /bin/rm -rf {} \; -prune ; $exe --version ; /bin/rm
-rf blah ; done
blah/foo
/bin/find: could not change to directory blah/foo: No such file or directory
GNU find version 4.3.2
Features enabled: O_NOFOLLOW(enabled) LEAF_OPTIMISATION FTS CBO(level=0)

I don't know what the D_TYPE feature does. I didn't build any of this from
source. I'm just using what I downloaded from cygwin.com.

Thanks.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?18787>

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





reply via email to

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