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 53622a5 + 0fea450 commit 5cc9beeCopy full SHA for 5cc9bee
individual-shell-tools/sed/script-01.sh
@@ -4,6 +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
-
+# The first line of the output should be: "ThIs Is a sample fIle for experImentIng wIth sed.".
9
sed "s/i/I/g" input.txt
0 commit comments