simplistic implementation of grep in RUST
bash $ git clone https://github.com/yasufe/rigrep.git $ cd rigrep $ cargo run `query` `filename` $ CASE_INSENSITIVE=1 cargo run `query` `filename` # case insensitive search