diff options
Diffstat (limited to 'toys')
-rw-r--r-- | toys/posix/grep.c (renamed from toys/pending/grep.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/grep.c b/toys/posix/grep.c index bc884528..7a2ca3a3 100644 --- a/toys/pending/grep.c +++ b/toys/posix/grep.c @@ -10,7 +10,7 @@ USE_GREP(OLDTOY(fgrep, grep, OPTSTR_grep, TOYFLAG_BIN)) config GREP bool "grep" - default n + default y help usage: grep [-EFivwcloqsHbhn] [-m MAX] [-e REGEX]... [-f REGFILE] [FILE]... |