This repo contains the implementation of the minigrep tool as described in chapter 12 of The Rust Book.
Minigrep is a simplified version of the powerful grep tool.
Clone the repo and navigate into the project directory:
git clone https://github.com/surbina/minigrep.git
cd minigrep
Run the application:
cargo run sometext path/to/file