Skip to content

Commit c0979ea

Browse files
author
Fatma Degirmenci
committed
Refactor cat file
1 parent 7e82c28 commit c0979ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

individual-shell-tools/cat/script-02.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euo pipefail
44

55
# 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
6+
cat ../helper-files/helper-*.txt
77

88
# Make sure you are only calling `cat` once.
99
#

0 commit comments

Comments
 (0)