no more sort or uniq

This commit is contained in:
Remzi Arpaci-Dusseau
2018-01-22 10:47:04 -06:00
parent 063ff4c68c
commit cb5dc259f8

View File

@@ -21,7 +21,7 @@ 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**.
**my-grep.c**, **my-zip.c**, and **my-unzip.c**.
* Each should compile successfully when compiled with the **-Wall** and
**-Werror** flags.
* Each should (hopefully) pass the tests we supply to you.