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

brenomfviana/minigrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.