Skip to content

Commit be57ccd

Browse files
added code for tr script 1 exercise
1 parent 6973138 commit be57ccd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shell-pipelines/tr/script-01.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
tr '!' '.' < text.txt
10+

0 commit comments

Comments
 (0)