CS 105

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.

To Complete This Part of the Assignment

You'll know you're done with this part of the assignment when you've done all of the following:

(When logged in, completion status appears here.)