From 0f21093e272cbd6a8eb71010c89ea7a35bee8c52 Mon Sep 17 00:00:00 2001 From: Rishit Saiya <46641953+rishitsaiya@users.noreply.github.com> Date: Mon, 7 Oct 2019 22:42:11 +0530 Subject: [PATCH] Distinction of alternative commands --- Grep Sed Awk/Grep #2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grep Sed Awk/Grep #2.sh b/Grep Sed Awk/Grep #2.sh index 584658b..4f14185 100644 --- a/Grep Sed Awk/Grep #2.sh +++ b/Grep Sed Awk/Grep #2.sh @@ -8,5 +8,5 @@ #Perform case insensitive matching. By default, grep is case sensitive. grep -wi the - +#OR.... grep -i 'the '