Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 225 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 225 Bytes

Go grep

Simple grep like search in Go.

Purpose

Purpose of this project is to practice Golang.

Usage

go-grep will search for specified string/pattern from the file.

$ go build

$ go-grep [-e] [pattern] [file]