Skip to content

sergiorra/mgrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multithreaded Grep

Grep clone that can do simple substring searching within files. It auto-recurse into subdirectories.

⚙️ Usage and examples

Usage

go run ./main [SEARCH_TERM] [SEARCH_DIRECTORY]

Examples

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

About

Multithreaded Grep

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages