Skip to content
/ minigrep Public

A simple version of `grep` written in Rust.

Notifications You must be signed in to change notification settings

NNNiv/minigrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minigrep

A simple version of grep written in Rust.

Usage

minigrep <pattern> <file name>

Running using Cargo:

cargo run -- <pattern> <file name>

To perform case-insensitve searching use IGNORE_CASE=1

IGNORE_CASE=1 minigrep <pattern> <file name>

Cargo:

IGNORE_CASE=1 cargo run -- <pattern> <file name>

About

A simple version of `grep` written in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages