https://github.com/patnaikankit/grep
https://github.com/patnaikankit/grep
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patnaikankit/grep
- Owner: patnaikankit
- Created: 2024-03-31T13:23:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-04T12:55:36.000Z (about 1 year ago)
- Last Synced: 2024-04-04T14:13:15.377Z (about 1 year ago)
- Language: Go
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Grepper in Golang
This is a grepper in Golang. You give it a file path and a text to search for and it will find out the relevant results.
## Command to run the code
```
go run main.go [text] [file]
```## Results
