Follow-up Comment #3, bug #26281 (project findutils):
Hi James,
It looks to me like find/fts are doing just what is required.
I.e,. processing all entries in a directory before processing the directory
itself.
It's easier to see with an example like this, where directories are actually
processed:
find . -depth ( -name Makefile.am -or -type d ) -print
With that, you can see that no Makefile.am file name is printed before the
name of its containing directory. That's all that matters. There is no other
guarantee.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?26281>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/