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 1f5a640 commit 2ce0147Copy full SHA for 2ce0147
individual-shell-tools/cat/script-02.sh
@@ -12,5 +12,5 @@ set -euo pipefail
12
# I was tempted to take a bite of it.
13
# But this seemed like a bad idea...
14
15
-cat ../helper-files/helper-1.txt ../helper-files/helper-2.txt ../helper-files/helper-3.txt
+cat ../helper-files/helper-*.txt
16
individual-shell-tools/cat/script-04-stretch.sh
@@ -16,7 +16,9 @@ set -euo pipefail
17
18
19
-nl -b a ../helper-files/helper-1.txt ../helper-files/helper-2.txt ../helper-files/helper-3.txt
+cat ../helper-files/helper-*.txt | nl -b a
20
+
21
22
23
24
0 commit comments