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 cab4c47 commit e328bd5Copy full SHA for e328bd5
individual-shell-tools/sed/script-01.sh
@@ -2,6 +2,6 @@
2
3
set -euo pipefail
4
5
-# TODO: Write a command to output input.txt with all occurrences of the letter `s` replaced with `S`.
+# 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.".
0 commit comments