1
0
Fork
You've already forked grep-clone
0
A grep clone I wrote in C++
  • C++ 87%
  • Makefile 13%
Find a file
Gordinator 871649523e
Remove dependence on CLI11 due to extreme compile times
Signed-off-by: Gordinator <gordinator@gordinator.org>
2025年01月21日 18:26:18 +00:00
.gitignore Initial commit 2025年01月21日 15:35:42 +00:00
LICENSE Add license (oops) 2025年01月21日 15:43:00 +00:00
main.cpp Remove dependence on CLI11 due to extreme compile times 2025年01月21日 18:26:18 +00:00
Makefile Update makefile 2025年01月21日 16:16:57 +00:00
README.md Initial commit 2025年01月21日 15:35:42 +00:00

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?