Skip to content

Aastha97/grep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GrepProgram

Version go 1.19

Build

Run go build . to build the project.

Running the Project

Run ./grep [option(s)...] pattern [file_name]

Running the test cases

Run go test -v