Skip to content

Rusti-X/rgrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RGREP

Minimalistic fork of GREP (search globally for lines matching the regular expression, and print them) utility, by written on Rust

Dependencies

[ Cargo, regex(in Cargo.toml) ]

Installation

$ cargo build --release
Executable file: target/release/rgrep

Usage

$ rgrep %find% %file% %optional: [-C/-c/--any-case/--ignore-case]%

About

Minimal GREP fork on Rust Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages