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/



_______________________________________________
Bug-findutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-findutils

Reply via email to