My implementation of Cat
& Grep
bash utilities with tests
$ git clone https://github.com/ksilisk/Cat_Grep.git
$ cd Cat_Grep/cat
$ make
$ git clone https://github.com/ksilisk/Cat_Grep.git
$ cd Cat_Grep/grep
$ make
$ cd Cat_Grep/cat
$ bash cat_tests.sh test.txt
$ cd Cat_Grep/grep
$ bash grep_tests.sh