bug-findutils
[Top][All Lists]
Advanced

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

[bug #26281] find -depth sometimes visits nodes in the wrong order


From: Jim Meyering
Subject: [bug #26281] find -depth sometimes visits nodes in the wrong order
Date: Mon, 27 Apr 2009 13:33:15 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2a1pre) Gecko/20090426 Minefield/3.6a1pre

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/





reply via email to

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