Skip to content

MorpheusZero/rgrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rgrep

A Rust inspired implementation of GNU Grep.

This should not be considered for production use at this time as it was merely a learning project for Rust for fun.

Use at your own risk!

Install Locally

Clone the repo down and then run these commands to install the binary locally.

cargo install --path . --locked

Open a new terminal and run the following command to see the help menu.

rgrep --help

Usage

rgrep <path> <pattern>

EXAMPLE:

rgrep ./names.csv "john doe"

About

A Rust inspired implementation of GNU Grep.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages