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 cd446fd + 4350f48 commit a4c7436Copy full SHA for a4c7436
individual-shell-tools/sed/script-01.sh
@@ -6,3 +6,4 @@ set -euo pipefail
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
9
+# The first line of the output should be: "ThIs Is a sample fIle for experImentIng wIth sed.".
0 commit comments