Skip to content
/ minigrep Public

Linux grep functionality implementation using Rust

Notifications You must be signed in to change notification settings

ade5h/minigrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MINIGREP

A command line tool to search for contents in a file, written in Rust.

Steps to play around with the tool:

  1. Clone this repo.
  2. Make sure rust is installed on your machine.
  3. Run cargo run -- <query> <file_path> to run the tool. For example, cargo run -- to poem.txt.
  4. Set IGNORE_CASE environment variable to do a case insensitive search. For example, IGNORE_CASE=1 cargo run -- to poem.txt

About

Linux grep functionality implementation using Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages