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.
1 parent fb0e000 commit a619cc6Copy full SHA for a619cc6
1 file changed
shell-pipelines/tr/script-01.sh
@@ -6,3 +6,5 @@ set -euo pipefail
6
# The author got feedback that they're using too many exclamation marks (!).
7
#
8
# 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 ! .
0 commit comments