readme edited

This commit is contained in:
Piyush मिश्रः 2020-04-25 13:52:13 +05:30
parent 2a476d1ff5
commit 1fb78a00cb
2 changed files with 22 additions and 1 deletions

View File

@ -1,2 +1,23 @@
# minigrep # minigrep
A minimalistic grep with rust. A minimalistic grep with rust.
### To build:
cargo build
cargo test
You'll find minigrep in `target/release/minigrep`
### Usage:
`minigrep <pattern> <filename> [case]`
case is added if the search is case sensistive
### Example:
minigrep Ram file_to_match.txt case

0
mirrorlist Normal file
View File