-depth

mark%umcp-cs at udel-relay mark%umcp-cs at udel-relay
Wed Aug 24 14:24:04 AEST 1983


From:  Mark Weiser <mark%umcp-cs at udel-relay>

Lets get our terms straight.  Without -depth, find
does a "pre-order" search.  That is, it visits the parent before
visiting the childen.  With -depth, it does a "post-order" search,
visiting all the children and only then visiting the parent.



More information about the Comp.unix.wizards mailing list