Skip to content

timteeee/grep-at-home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Can we stop and get some grep?

Mom: we have grep at home

grep at home

This project is building on the Rust CLI book exercise.

Installation

Prerequisites:

  • Rust
  • Cargo
  • Git
git clone https://github.com/timTonelli/grep-at-home.git
cd grep-at-home
cargo build --release
cargo install --path .

Usage

test.txt can be used to test the tool out:

gah foo test.txt

or:

cat test.txt | gah foo

Both of the above example should yield foo: 10

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages