bfs

Crates.iobfs
lib.rsbfs
version0.1.0
sourcesrc
created_at2021-11-25 22:39:27.540409
updated_at2021-11-25 22:39:27.540409
descriptionA tool to find files on your disk with breadth first search
homepagehttps://github.com/rain-1/bfs
repositoryhttps://github.com/rain-1/bfs
max_upload_size
id487817
size3,921
rain1 (rain-1)

documentation

README

Usage

./bfs [regex] [path]

  • default regex: .*
  • default path: .

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

Commit count: 13

cargo fmt