File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,5 @@ set -euo pipefail
66# The author got feedback that they're using too many exclamation marks (!).
77#
88# TODO: Write a command to output the contents of text.txt with every exclamation mark (!) replaced with a full-stop (.).
9+
10+ cat text.txt | tr " !" " ."
Original file line number Diff line number Diff line change @@ -7,3 +7,5 @@ set -euo pipefail
77# so every Y should be a Z, and every Z should be a Y!
88#
99# TODO: Write a command to output the contents of text.txt with every Y and Z swapped (both upper and lower case).
10+
11+ cat text.txt | tr " yYzZ" " zZyY"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Dear Yara,
22
33Mz apologies for sending this response so late. As zou know, there's been a lot going on!
44
5- Unfortunatelz I don't think I'll be able to make it to Yimbabwe, but but sounds amaying!
5+ Unfortunatelz I don't think I'll be able to make it to Yimbabwe, but sounds amaying!
66
77Hope zou're doing well, and enjoz the trip!
88
You can’t perform that action at this time.
0 commit comments