kevinchua6 / rust-grep

Command line tool in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-grep

A simple grep implementation in Rust.

Usage

$ ./minigrep <pattern> <filename>

Example

$ ./minigrep bog poem.txt
To an admiring bog!

About

Command line tool in rust


Languages

Language:Rust 100.0%