- 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 atexamples/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
- You should provide the file in the absolute format, for example:
- Ignore case sensitivy
- Increase test coverage