vibhabellutagi19 / diy-shell-tools

Welcome to `diy-shell-tools`, a project where you can build and customise your own command-line utilities!
1 stars 0 forks source link

add grep tool #14

Open vibhabellutagi19 opened 7 months ago

vibhabellutagi19 commented 7 months ago

Issue Type

Please select the appropriate type of issue:

Description

This issue extends the framework with grep shell command. grep: The grep utility searches any given input files, selecting lines that match one or more patterns. By default, a pattern matches an input line if the regular expression (RE) in the pattern matches the input line without its trailing newline. An empty expression matches every line. Each input line that matches at least one of the patterns is written to the standard output.

Steps to Reproduce (if applicable)

Additional Information

Reference: coding-challenges-grep-tool

vibhabellutagi19 commented 7 months ago
  1. PR - https://github.com/VibhavariBellutagi19/diy-shell-tools/pull/15