Lab 6: Fgrep
Introduction
In this lab, you will be implementing a simplified version of the Unix
fgrep command. Here are the
- Writeup with instructions and
- Tarball with test files and testing script
Due Date and Submission
Due: Friday, May 1 at 11:59 PM
As described in the writeup, you should submit fgrep.c using the
following command:
cs105submit -a 06 fgrep.c
(When logged in, completion status appears here.)