Skip to content

Commit b9d63eb

Browse files
committed
docs: update README
1 parent 057477b commit b9d63eb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# grep
22

33
A simple grep (Globally search a Regular Expression and Print) implement by Rust.
4+
5+
## Usage
6+
7+
```sh
8+
IS_SENSITIVE=1 cargo run us poem.txt
9+
// or
10+
cargo run uS poem.txt
11+
```

0 commit comments

Comments
 (0)