We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb6d033 commit 74583dbCopy full SHA for 74583db
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