Getting Started
There is no skeleton code for this assignment; you will need to develop
fgrep.c from scratch. However, we do provide a tar archive containing
some simple test files and a Bash script (runtests) that will run
the tests shown in samples and report whether the output and exit status
were correct.
Download the tar archive and unpack it with
tar xvf fgrep-handout.tar
Then cd into the fgreplab directory and do your work there.
(When logged in, completion status appears here.)