Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 380 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 380 Bytes

grrs

based on https://rust-cli.github.io/book/index.html

Requirement

Rust 1.31.0 (or later)

Additional Features

  • accept multiple file paths, like original grep
  • highlight matching pattern, like original grep

Usage

demo

# run
$ cargo run -- <PATTERN> <PATH>
# or build
$ cargo build
# then, run
$ target/debug/grrs <PATTERN> <PATH>