/rust-minigrep

Minigrep project from the Rust book

Primary LanguageRust

MiniGrep project (from the Rust Book)

Plan: minigrep to accept two command line arguments: filename and a string to search for. Run the program like so: cargo run searchstring filename.txt


Run:

CASE_INSENSITIVE=1 cargo run modern software.txt > output.txt