From 16908da98c6bc0a284d55a38c5ae3578f4d96830 Mon Sep 17 00:00:00 2001 From: Gowthaman Subramani <78423476+gowthaman-subramani@users.noreply.github.com> Date: Wed, 10 Dec 2025 16:52:59 +0530 Subject: [PATCH] Update 'Sed' command #1.sh --- Challenges/Grep Sed Awk/'Sed' command #1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Challenges/Grep Sed Awk/'Sed' command #1.sh b/Challenges/Grep Sed Awk/'Sed' command #1.sh index f9ccc7d..8bc91a1 100644 --- a/Challenges/Grep Sed Awk/'Sed' command #1.sh +++ b/Challenges/Grep Sed Awk/'Sed' command #1.sh @@ -1 +1 @@ -sed -e 's/the /this /1' \ No newline at end of file +sed 's/\bthe\b/this/'