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 06589e9 + 4350f48 commit cef15e2Copy full SHA for cef15e2
individual-shell-tools/sed/script-01.sh
@@ -4,6 +4,6 @@ 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.".
+# The first line of the output should be: "ThIs Is a sample fIle for experImentIng wIth sed.".
8
9
sed 's/i/I/g' ./input.txt
0 commit comments