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/'