bfs
Breadth-first search for your files.
bfs
is a variant of the UNIX find
command that operates breadth-first rather than depth-first.
It is otherwise compatible with many versions of find
, including
If you're not familiar with find
, the GNU find manual provides a good introduction.