Skip to content

Commit b999883

Browse files
Revert "cat exercises done"
This reverts commit 3060f99.
1 parent a4e08c4 commit b999883

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ set -euo pipefail
44

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...".
7-
cat ../helper-files/helper-1.txt

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,3 @@ set -euo pipefail
1111
# It looked delicious.
1212
# I was tempted to take a bite of it.
1313
# But this seemed like a bad idea...
14-
15-
cat ../helper-files/helper-*.txt

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ 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-
13-
cat -n ../helper-files/helper-3.txt

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ 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-
17-
cat ../helper-files/helper-*.txt | nl -ba

0 commit comments

Comments
 (0)