This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rpointel
Recipients petri.lehtinen, pitrou, rpointel, vstinner
Date 2011-11-03.09:07:08
SpamBayes Score 0.01785735
Marked as misclassified No
Message-id <1320311228.96.0.899193057846.issue13326@psf.upfronthosting.co.za>
In-reply-to
Content
> How about using the -depth option then? It's in POSIX but does OpenBSD have it? The man page of GNU find says it has a -d option (that does the same as -depth) for compatibility with BSD.

Yes, we have this option:
-depth  This primary always evaluates to true.  The same as specifying the -d option.

Source: http://www.openbsd.org/cgi-bin/man.cgi?query=find
History
Date User Action Args
2011-11-03 09:07:09rpointelsetrecipients: + rpointel, pitrou, vstinner, petri.lehtinen
2011-11-03 09:07:08rpointelsetmessageid: <1320311228.96.0.899193057846.issue13326@psf.upfronthosting.co.za>
2011-11-03 09:07:08rpointellinkissue13326 messages
2011-11-03 09:07:08rpointelcreate