Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

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...]