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 7e82c28 commit c0979eaCopy full SHA for c0979ea
individual-shell-tools/cat/script-02.sh
@@ -3,7 +3,7 @@
3
set -euo pipefail
4
5
# TODO: Write a command to output the contents of all of the files inside the helper-files directory to the terminal.
6
-cat ../helper-files/helper-1.txt ../helper-files/helper-2.txt ../helper-files/helper-3.txt
+cat ../helper-files/helper-*.txt
7
8
# Make sure you are only calling `cat` once.
9
#
0 commit comments