Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (6 loc) · 617 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 617 Bytes

Minigrep

Description

This is a small rust version of grep (globally search a regular expression and print). According to Wikipedia, 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 (globally search a regular expression and print), which has the same effect: doing a global search with the regular expression and printing all matching lines."

License

This project is licensed under the MIT License - see the LICENSE file for details.