Skip to content

Commit cf31747

Browse files
Merge branch 'main' into individual-shell-tools
2 parents e98b498 + 4350f48 commit cf31747

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

individual-shell-tools/sed/script-01.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ set -euo pipefail
44

55
# TODO: Write a command to output input.txt with all occurrences of the letter `i` replaced with `I`.
66
# 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
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

0 commit comments

Comments
 (0)