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
- Host: GitHub
- URL: https://github.com/sulemaanhamza/mgrep
- Owner: sulemaanhamza
- License: mit
- Created: 2023-02-11T08:02:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T08:35:16.000Z (over 3 years ago)
- Last Synced: 2024-06-19T16:19:14.992Z (about 2 years ago)
- Topics: command-line-tool, golang, grep, unix
- Language: Go
- Homepage:
- Size: 1.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)