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 bf5a136 commit d93b1e3Copy full SHA for d93b1e3
1 file changed
individual-shell-tools/sed/script-04.sh
@@ -5,4 +5,4 @@ set -euo pipefail
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
8
-sed "s/We'll/We will/g" input.txt
+sed 's/We'\''ll/We will/g' input.txt
0 commit comments