A basic grep function
`minigrep` is a grep clone that takes a query and searches for the query in the file; with added support for regex.
Mini Version of grep regex command. It finds out the given string and returns the line containing it.
A simple implementation of the `grep` command.
Custom simplified implementation of minigrep with additional features