Skip to content

Code written in golang that replicates the grep linux tool but can be used for windows as well

Notifications You must be signed in to change notification settings

SaaranshShandilya/GREP-for-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A grep replica written in golang that can be used to find matching substrings in a given file from command line. In order to use it, install the grep package using following command:

go get github.com/SaaranshShandilya/grep 

Directions to use:

Usage: grep.exe [--i] [--v] [--c] [--w] [PATTERN [INPUT]]

Positional arguments:
  PATTERN
  INPUT

Options:
  --i
  --v
  --c
  --w
  --help, -h             display this help and exit

About

Code written in golang that replicates the grep linux tool but can be used for windows as well

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages