#search #line-search #file #command-line #general #intended #grep

bin+lib minigrepr

A simplified version of the classic command line search tool grep that searches a specified file for a specified string. Not intended for general use.

3 releases

0.1.3 Feb 14, 2023
0.1.2 Feb 12, 2023
0.1.1 Feb 12, 2023

#18 in #line-search

49 downloads per month

MIT/Apache

49KB
92 lines

minigrepr

Minigrepr is a simplified version of the classic command line search tool grep that searches a specified file for a specified string. It is intended only for education use and not for general use.

License

minigrepr is currently licensed under the terms of both the MIT license and the Apache License (Version 2.0).

Thanks,
Kiran S
https://www.kirans.in


lib.rs:

#minigrepr

minigrepr is a collection of search functions for searching a given query in a file

No runtime deps