A grep clone I wrote in C++
|
Gordinator
871649523e
Signed-off-by: Gordinator <gordinator@gordinator.org> |
||
|---|---|---|
| .gitignore | Initial commit | |
| LICENSE | Add license (oops) | |
| main.cpp | Remove dependence on CLI11 due to extreme compile times | |
| Makefile | Update makefile | |
| README.md | Initial commit | |
Grep Clone
This is a super basic Grep clone I wrote because I felt like it.
Building
Run make.
Usage
This grep clone supports data being piped into it, like so:
command | ./grep.app [pattern]
Installing
Why would you want to?