https://github.com/maltsev-dev/mini_grep
Interpretation of a popular CLI instrument
https://github.com/maltsev-dev/mini_grep
rust rust-book rust-lang
Last synced: 9 months ago
JSON representation
Interpretation of a popular CLI instrument
- Host: GitHub
- URL: https://github.com/maltsev-dev/mini_grep
- Owner: maltsev-dev
- Created: 2024-11-03T05:34:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-05T04:55:47.000Z (over 1 year ago)
- Last Synced: 2025-08-25T07:48:54.988Z (10 months ago)
- Topics: rust, rust-book, rust-lang
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mini grep. globally search a regular expression and print
1. cargo run -- body poem.txt
2. $Env:IGNORE_CASE=1; cargo run -- to poem.txt
= Inspiration from a book =