Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 289 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 289 Bytes

Multi-threaded Grep (mgrep)

An efficient implementation of grep tool using Goroutines (Golang)

Usage strings

$ ./bin/mgrep 
Usage: SEARCHTERM [SEARCHDIR]

Positional arguments:
  SEARCHTERM
  SEARCHDIR

License

MIT