Crates.io | cli-grep |
lib.rs | cli-grep |
version | 0.1.2 |
source | src |
created_at | 2019-11-24 23:26:00.924236 |
updated_at | 2019-11-24 23:40:12.691904 |
description | A tool to search files |
homepage | https://github.com/tisma/rust/tree/master/cli_grep |
repository | https://github.com/tisma/rust/tree/master/cli_grep |
max_upload_size | |
id | 184067 |
size | 35,819 |
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>