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 665b5d9 commit 72b4018Copy full SHA for 72b4018
individual-shell-tools/cat/script-04-stretch.sh
@@ -13,4 +13,6 @@ set -euo pipefail
13
# 3 It looked delicious.
14
# 4 I was tempted to take a bite of it.
15
# 5 But this seemed like a bad idea...
16
-cat ../helper-files/*.txt | cat -n
+cat ../helper-files/*.txt | cat -n
17
+#This could have been written as
18
+cat -n ../helper-files/*.txt
0 commit comments