Skip to content

Commit 7a65b90

Browse files
cat done
1 parent f961b0f commit 7a65b90

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ set -euo pipefail
55
# TODO: Write a command to output the contents of the helper-1.txt file inside the helper-files directory to the terminal.
66
# The output of this command should be "Once upon a time...".
77
cyf@MacBookPro individual-shell-tools % cat helper-files/helper-1.txt
8+

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ set -euo pipefail
1212
# I was tempted to take a bite of it.
1313
# But this seemed like a bad idea...
1414
cyf@MacBookPro individual-shell-tools % cat helper-files/helper-*.txt
15+

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ set -euo pipefail
99
# 1 It looked delicious.
1010
# 2 I was tempted to take a bite of it.
1111
# 3 But this seemed like a bad idea...
12-
cyf@MacBookPro individual-shell-tools % cat -n helper-files/helper-3.txt
12+
cyf@MacBookPro individual-shell-tools % 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
@@ -13,4 +13,4 @@ set -euo pipefail
1313
# 3 It looked delicious.
1414
# 4 I was tempted to take a bite of it.
1515
# 5 But this seemed like a bad idea...
16-
cyf@MacBookPro individual-shell-tools % cat helper-files/* | nl -v 1 -n ln
16+
cyf@MacBookPro individual-shell-tools % cat helper-files/* | nl -v 1 -n ln

0 commit comments

Comments
 (0)