commit | c572530223ddad725e0f7606bf4b898d8f95f640 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Thu Aug 07 23:19:18 2014 -0500 |
committer | Rob Landley <rob@landley.net> | Thu Aug 07 23:19:18 2014 -0500 |
tree | 0a2ab1c359358456e60cdf4390809f9610ff9a85 | |
parent | c39a337101de8613e71c5c474feb54297cce5eaa [diff] |
Fix -mindepth and -maxdepth to not drill down into excluded directories. The fact other implementations don't implement "! -mindepth" doesn't mean we can't. Also, find uses +N, N, -N for everything else but this extension doesn't. Also, -depth already had a definition and this has nothing to do with that. It's a poorly thought-out extension, is what I'm saying.