Description
Searches the filesystem like find, but traverses directories in breadth-first order. It can be easier to use for some search tasks and may show nearby results before deeply nested paths.
Use it when you need a familiar command-line file search tool with different traversal behavior. Search scope matters because broad filesystem scans can be slow or noisy.