Thanks to visit codestin.com
Credit goes to github.com

Skip to content

viber-off/rgrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple implemention of grep in Rust

It is just a learning project for learning about Rust and fundamentals of the language.

Usage

rgrep [options] pattern [path]

Options

  • -h, --help - print help message
  • -i, --ignore-case - perform case-insensitive matching
  • -l, --line-numbers - print line numbers along with the line

Examples

rgrep -i "hello" some_file.txt 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages