Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 269 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 269 Bytes

o_grep

Basic Re-implementation of grep written in odin lang.

Just trying out the language (day two!) and wanted something to cut my teeth on.

Usage:
  o_grep -e "search term" -f filename.txt
or:
  o_grep -e "search term" < filename.txt