Crates.io | bfs |
lib.rs | bfs |
version | 0.1.0 |
source | src |
created_at | 2021-11-25 22:39:27.540409 |
updated_at | 2021-11-25 22:39:27.540409 |
description | A tool to find files on your disk with breadth first search |
homepage | https://github.com/rain-1/bfs |
repository | https://github.com/rain-1/bfs |
max_upload_size | |
id | 487817 |
size | 3,921 |
./bfs [regex] [path]
Perform a breadth first search starting at the given path. Print filenames matching the regex.