Skip to content

JasonCeng/go-grep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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命令

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages