Skip to content

Commit 2ce0147

Browse files
committed
cat review command
1 parent 1f5a640 commit 2ce0147

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ set -euo pipefail
1212
# I was tempted to take a bite of it.
1313
# But this seemed like a bad idea...
1414

15-
cat ../helper-files/helper-1.txt ../helper-files/helper-2.txt ../helper-files/helper-3.txt
15+
cat ../helper-files/helper-*.txt
1616

individual-shell-tools/cat/script-04-stretch.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ set -euo pipefail
1616

1717

1818

19-
nl -b a ../helper-files/helper-1.txt ../helper-files/helper-2.txt ../helper-files/helper-3.txt
19+
cat ../helper-files/helper-*.txt | nl -b a
20+
21+
2022

2123

2224

0 commit comments

Comments
 (0)