Skip to content

attempt at creating a minimal version of grep, for fun/practice at creating terminal tools

Notifications You must be signed in to change notification settings

boatwrong/mingrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

miniature grep

  • miniature reverse engineerd grep with just the purposes I typically use.
    • goal of project was to recreate program without looking at original source code.
      • mostly successful here, one brief readthrough was done on a particularly frustrating moment parsing arguments however I was more confusd after reading...

build instructions

  • project was built using make, gcc-12 using the makefile in the repository.

TODO

  • write test to benchmark versus the real deal
  • Look into the -A flag
    • prints 'n' lines after the line where expression was found

About

attempt at creating a minimal version of grep, for fun/practice at creating terminal tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published