bfs

A tool to find files on your disk with breadth first search


License
BSD-3-Clause

Documentation

Usage

./bfs [regex] [path]

  • default regex: .*
  • default path: .

Perform a breadth first search starting at the given path. Print filenames matching the regex.