PiyushXCoder / minigrep

A minimalistic grep with rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minigrep

A minimalistic grep with rust.

To build:

cargo build --release
cargo test

You'll find minigrep in target/release/minigrep

Usage:

minigrep <pattern> <filename> [case]

case is added if the search is case sensistive

Example:

minigrep Ram file_to_match.txt case

About

A minimalistic grep with rust

License:MIT License


Languages

Language:Rust 100.0%