More overview of what to turn in

This commit is contained in:
Remzi Arpaci-Dusseau
2018-01-16 16:57:52 -06:00
parent 6a19fb25d0
commit 1a4037a1e5

View File

@@ -19,6 +19,12 @@ UNIX-based systems (e.g., Linux or macOS), how to use an editor such as emacs,
and of course a basic understanding of C programming. If you **do not** have
these skills already, this is not the right place to start.
Summary of what gets turned in:
* A bunch of single .c files for each of the utilities below: **my-cat.c**,
**my-grep.c**, **my-zip.c**, **my-unzip.c**, **my-sort.c**, **my-uniq.c**.
* Each should compile successfully when compiled with the **-Wall** and
**-Werror** flags.
## my-cat
The program **my-cat** is a simple program. Generally, it reads a file as