9 lines
240 B
Text
9 lines
240 B
Text
|
bfs is a variant of the UNIX find command that operates breadth-first
|
||
|
rather than depth-first. It is otherwise intended to be compatible with
|
||
|
many versions of find, including:
|
||
|
|
||
|
* POSIX find
|
||
|
* GNU find
|
||
|
* {Free,Open,Net}BSD find
|
||
|
* macOS find
|