Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 176 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 176 Bytes

grep

A simple grep (Globally search a Regular Expression and Print) implement by Rust.

Usage

IS_SENSITIVE=1 cargo run us poem.txt
// or
cargo run uS poem.txt