From cf93c81427f4e553d8de9790995b921c86274271 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 19 Feb 2019 13:06:31 -0800 Subject: grep: add --quiet and --silent synonyms for -q. --quiet is used 3x more than --silent in my corpus, but they're both used surprisingly often. (Surprising to someone who thinks -q is part of the core set of grep options that "everybody knows".) --- toys/posix/grep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toys/posix/grep.c b/toys/posix/grep.c index 42a4c0f1..d57e9221 100644 --- a/toys/posix/grep.c +++ b/toys/posix/grep.c @@ -10,7 +10,7 @@ * echo hello | grep -f