Getting Started
This is a minimal grep command-line utility built on Rust. It provides searching for plain-text files for lines that match a given string.
grep is a command-line utility for searching plain-text data sets for lines that match a regular expression. Its name comes from the ed command g/re/p, which has the same effect. grep was originally developed for the Unix operating system, but later available for all Unix-like systems and some others such as OS-9.
License
This project is licensed under the MIT License.