Added support for grep -e and grep -f, closes bug #1164. Also added some

testcases for these new features.
This commit is contained in:
Mark Whitley
2001-05-24 18:36:18 +00:00
parent 04052f96e1
commit fa43e54b6f
3 changed files with 274 additions and 179 deletions

View File

@@ -150,9 +150,10 @@ free
# grep
grep -l strdup ../*.c
grep -c strdup ../*.c
# I swear, GNU grep seems broken for this next one
grep -lc strdup ../*.c
grep -cv strdup ../*.c
grep -i null ../grep.c
grep -e strdup -e regcomp -e atexit ../grep.c
# gunzip