Skip to content

Commit 62ce46d

Browse files
committed
Tweak cat
1 parent b4ac883 commit 62ce46d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ set -euo pipefail
1010
# 2 I was tempted to take a bite of it.
1111
# 3 But this seemed like a bad idea...
1212

13-
cat ../helper-files/helper-3.txt -n
13+
cat -n ../helper-files/helper-3.txt

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

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

17-
cat ../helper-files/*.txt -n
17+
cat -n ../helper-files/*.txt

0 commit comments

Comments
 (0)