/ggrep

a golang implementation of grep with goroutines with minimal features

Primary LanguageGoGNU General Public License v3.0GPL-3.0

Multithreaded Grep

Grep clone that recursively searches for text in files with goroutines

Usage

go run ./main [SEARCH_TERM] [SEARCH_DIRECTORY]

Examples

go run ./main test .
go run ./main book ./books