Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 299 Bytes

README.MD

File metadata and controls

19 lines (14 loc) · 299 Bytes

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