From cd94826cbf2e1462d56e28cca848566fbee87424 Mon Sep 17 00:00:00 2001 From: Remzi Arpaci-Dusseau Date: Fri, 26 Jan 2018 16:47:21 -0600 Subject: [PATCH] change empty string match requirement --- 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 4275752..4008039 100644 --- a/initial-utilities/README.md +++ b/initial-utilities/README.md @@ -208,7 +208,7 @@ even this line, which has barfood in it, will be printed. is already open; you can use **fgets()** (or similar routines) to read from it. * For simplicity, if passed the empty string as a search string, **my-grep** - should not match any lines in the file. + can either match NO lines or match ALL lines, both are acceptable. ## my-zip and my-unzip