CS 105

Lab 6: Fgrep

Introduction

In this lab, you will be implementing a simplified version of the Unix fgrep command. Here are the

  1. Writeup with instructions and
  2. 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.)