Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 268 Bytes

File metadata and controls

12 lines (9 loc) · 268 Bytes

rgrep

About

Fast & simple Rust implementation of the grep utility with recursive directory search support.

Optionally uses SIMD optimizations via the twoway crate.

Usage

$ cargo build --release
$ ./target/release/rgrep [OPTIONS] PATTERN [PATH...]