Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 311 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 311 Bytes

go-grep

an exploration of go with a grep-like command line tool

pre-requisites

Installation of go

build instructions

run go install . make sure GOPATH is included in PATH

usage

simple add the go-grep binary to runpath and then run with go-grep "expr" "path" e.g. go-grep "something to search" .