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 0e2571c commit 9be3d6aCopy full SHA for 9be3d6a
1 file changed
shell-pipelines/tr/script-01.sh
@@ -7,4 +7,4 @@ set -euo pipefail
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 ! .
+tr '!' '.' < text.txt
0 commit comments