Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitagry/gogrep
A toy program implemented by golang
https://github.com/kitagry/gogrep
Last synced: 15 days ago
JSON representation
A toy program implemented by golang
- Host: GitHub
- URL: https://github.com/kitagry/gogrep
- Owner: kitagry
- Created: 2020-11-01T03:53:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-02T09:32:06.000Z (about 4 years ago)
- Last Synced: 2024-12-15T14:43:50.633Z (20 days ago)
- Language: Go
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## gogrep
A toy `grep` implemented by golang.
![](./image.png)
### Usage
```
Usage of gogrep:
gogrep [OPTION]... PATTERNS [FILE]...
-e string
use PATTERNS for matching
-m int
stop after NUM selected lines
-v select non-matching lines
```