An open API service indexing awesome lists of open source software.

https://github.com/sulemaanhamza/mgrep

Multi-threaded grep command in Golang
https://github.com/sulemaanhamza/mgrep

command-line-tool golang grep unix

Last synced: 10 months ago
JSON representation

Multi-threaded grep command in Golang

Awesome Lists containing this project

README

          

# Multi-threaded Grep (mgrep)

An efficient implementation of grep tool using Goroutines (Golang)

### Usage strings

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

Positional arguments:
SEARCHTERM
SEARCHDIR
```

## License

[MIT](https://choosealicense.com/licenses/mit/)