based on https://rust-cli.github.io/book/index.html
Rust 1.31.0 (or later)
- accept multiple file paths, like original grep
- highlight matching pattern, like original grep
# run
$ cargo run -- <PATTERN> <PATH>
# or build
$ cargo build
# then, run
$ target/debug/grrs <PATTERN> <PATH>