Skip to content

rdcm/greppy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Multithreaded grep-like utility for search patterns in files.

Usage

greppy class . > all_classes

Up & Running

make build - build
make tests - run tests
make run - run utility
make clean - clean artifacts


make fromat - format code