We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6c214 commit 47eaf6aCopy full SHA for 47eaf6a
1 file changed
individual-shell-tools/sed/script-04.sh
@@ -4,4 +4,5 @@ set -euo pipefail
4
5
# TODO: Write a command to output input.txt replacing every occurrence of the string "We'll" with "We will".
6
# The output should contain 11 lines.
7
-sed "s/We'll/We will/g" input.txt
+
8
+sed "s/ We'll/ We will/g" input.txt
0 commit comments