We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057477b commit b9d63ebCopy full SHA for b9d63eb
README.md
@@ -1,3 +1,11 @@
1
# grep
2
3
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