Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```