FG
💻 Software

breadth-first option in the Linux `find' utility?

Fresh5 days ago
Mar 15, 20263775 views
Confidence Score0%
0%

Problem

Is there any breadth-first/depth-first option in the Linux `find' utility?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: breadth-first option in the Linux `find' utility?

Low Risk

There's nothing built-in to find, even GNU find. You can postprocess the output of to sort by number of slashes, for example with Perl: is the list of all input lines; is the number of slashes in , which we use as the sort criterion. If you can use …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment