JasonCeng / go-grep

golang实现的grep命令

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grep is a command line tool for finding matching patterns of text. It can operate on shell input or file input and is great for highlighting what you are looking for in a large amount of text.

The goal of this project is to re-implement the grep tool using Go.

Get Start

To get started, you'll need to:

go build
./go-grep -h

About

golang实现的grep命令

License:Apache License 2.0


Languages

Language:Go 100.0%