10000 GitHub - samurmaykrr/ggrep: a golang implementation of grep with goroutines with minimal features
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

a golang implementation of grep with goroutines with minimal features

License

Notifications You must be signed in to change notification settings

samurmaykrr/ggrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multithreaded Grep

Grep clone that recursively searches for text in files with goroutines

Usage

go run ./main [SEARCH_TERM] [SEARCH_DIRECTORY]

Examples

go run ./main test .
go run ./main book ./books

About

a golang implementation of grep with goroutines with minimal features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0