/grep-rs

mini grep command by Rust implementation.

Primary LanguageRustMIT LicenseMIT

grep-rs

This is grep command implemented by Rust.

options

  1. -A, --after_context
  2. -B, --before_context
  3. -C, --context

More details can be found with the -h or --help option.