There was an error while loading. Please reload this page.
1 parent b4257b3 commit 85765cdCopy full SHA for 85765cd
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