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.
2 parents e98b498 + 4350f48 commit cf31747Copy full SHA for cf31747
1 file changed
individual-shell-tools/sed/script-01.sh
@@ -4,5 +4,5 @@ set -euo pipefail
4
5
# TODO: Write a command to output input.txt with all occurrences of the letter `i` replaced with `I`.
6
# The output should contain 11 lines.
7
-# The first line of the output should be: "ThIs Is a sample fIle for experImentIng with sed.".
8
-sed s/i/I/g input.txt
+# The first line of the output should be: "ThIs Is a sample fIle for experImentIng wIth sed.".
+sed s/i/I/g input.txt
0 commit comments