From 2b794463d47e7d7a2736665c23bd14f4762b9fb5 Mon Sep 17 00:00:00 2001 From: Rishit Saiya <46641953+rishitsaiya@users.noreply.github.com> Date: Mon, 7 Oct 2019 22:51:38 +0530 Subject: [PATCH] Distinction in alternate commands --- Grep Sed Awk/Grep #3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '