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 November 22nd December 6th, 9:35am.
As described in the writeup, you should submit fgrep.c
using the following command:
cs105submit -a 06 fgrep.c