Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 494 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 494 Bytes

zig-grep

  • To execute this program make sure you have installed zig at version 0.9.1
  • You should type zig build run -- {pattern_here} then it will search at examples/file.txt for the pattern you provided.

ex:

zig build run -- ${text_to_find} ${absolute_file_path}
  • Provide the file as an CLI parameter
    • You should provide the file in the absolute format, for example: /User/some_user_name/Documents/file.txt
  • Ignore case sensitivy
  • Increase test coverage