101t / minigrep

MiniGrep the rust app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MiniGrep Rust

My first CLI app using rust programming language. search text in file similar to:

cat poem.txt | grep tell

To test script

cargo run "tell" poem.txt

About

MiniGrep the rust app


Languages

Language:Rust 91.1%Language:Makefile 8.9%