# Clone the repository and install dependencies
$ git clone https://github.com/t-genc/tiny-grep
$ cd tiny-grep
time to find your pattern
$ node lib/grep "mypattern" file1 file2 ...
or search in directories, do not forget to add -r flag 🎗️
$ node lib/grep -r "mypattern" dir1 dir2 ...
for other options take a look to the help message:
$ node lib/grep -h