Did you know #bfs is a breadth-first alternative to Unix/Linux #find?
Unlike find’s depth-first search, it explores files level by level, finding shallow matches faster.
Works with find flags! Ideal for wide dirs.
Learn BFS: https://en.wikipedia.org/wiki/Breadth-first_search
Get bfs: https://github.com/tavianator/bfs
Unlike find’s depth-first search, it explores files level by level, finding shallow matches faster.
Works with find flags! Ideal for wide dirs.
Learn BFS: https://en.wikipedia.org/wiki/Breadth-first_search
Get bfs: https://github.com/tavianator/bfs
1