A simple, efficient clone of the grep utility written in Rust. This tool allows you to search for patterns within files or standard input, providing functionality similar to the traditional grep command-line utility.
- Search for a pattern within files
- Case-sensitive and case-insensitive search
- Display line numbers with matching lines
- Recursive search in directories (next implementation)
- Rust programming language installed (version 1.50.0 or later recommended)
- Clone the repository:
git clone https://github.com/your-username/rust-grep-clone.git cd rust-grep-clone