samurmaykrr / ggrep

a golang implementation of grep with goroutines with minimal features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

a golang implementation of grep with goroutines with minimal features

License:GNU General Public License v3.0


Languages

Language:Go 100.0%