diff --git a/Grep Sed Awk/Grep #3.sh b/Grep Sed Awk/Grep #3.sh index 032af29..d02ebab 100644 --- a/Grep Sed Awk/Grep #3.sh +++ b/Grep Sed Awk/Grep #3.sh @@ -7,5 +7,5 @@ #Selected lines are those not matching any of the specified patterns. grep -vi that - +#OR... grep -vi 'that '