We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88189a7 commit 933e334Copy full SHA for 933e334
src/etc/cat-and-grep.sh
@@ -33,7 +33,6 @@ while getopts ':vieh' OPTION; do
33
case "$OPTION" in
34
v)
35
INVERT=1
36
- ERROR_MSG='should not be found'
37
;;
38
i)
39
GREPFLAGS="i$GREPFLAGS"
0 commit comments