Skip to content

Commit 44b7794

Browse files
committed
Merge branch 'individual-shell-tools-exercises' of https://github.com/jamallaqdiem/Module-Tools into individual-shell-tools-exercises
2 parents 52ee7a3 + a4c7436 commit 44b7794

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ set -euo pipefail
66
# The output should contain 11 lines.
77
# The first line of the output should be: "ThIs Is a sample fIle for experImentIng with sed.".
88
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

Comments
 (0)