Skip to content

kenkinming2002/bfind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bfind

Tl;dr - GNU find does not support breadth first traversal. I want breadth first traversal.

Building and installation

$ make -j
$ make install

Caveat

  • Hidden directories (directories starting with dot) are ignored.
  • Only directories are printed.

In other word, unlike GNU find which support a plethora of options to filter out search results, the behavior of bfind is hardcoded. This may change in the future if the author feel like implementing it, but feature parity with GNU find is not to be expected.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors