Skip to content

RHVH-QE/go-grep-202105

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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]

Releases

No releases published

Packages

No packages published

Languages