1 2 3 4 5 6 7 8 9
A command line tool to search for provided _pattern_ in files. How to build: * `cargo build --release` How to run: * `cargo run -- <pattern> <file_path>`