Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 546 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 546 Bytes

Description

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.

Instructions

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