Expand description
DO NOT USE THIS CRATE: IT IS JUST FOR LEARNING PURPOSES A mini version of the grep command line utility to search for a query string in a file and print all lines that contain the query string.
Structs§
Functions§
- run
- A utility that takes a filename and a query string as command line arguments from
Config
and prints all lines in the file that contain the query string. - search_
insensitive - search_
sensitive