From cb5dc259f867b691de0de441d33a937231c1a7f2 Mon Sep 17 00:00:00 2001 From: Remzi Arpaci-Dusseau Date: Mon, 22 Jan 2018 10:47:04 -0600 Subject: [PATCH] no more sort or uniq --- initial-utilities/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initial-utilities/README.md b/initial-utilities/README.md index d0e49c7..d48e113 100644 --- a/initial-utilities/README.md +++ b/initial-utilities/README.md @@ -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.