There was an error while loading. Please reload this page.
1 parent 8ee8a82 commit b4257b3Copy full SHA for b4257b3
1 file changed
individual-shell-tools/awk/script-06-stretch.sh
@@ -7,4 +7,4 @@ set -euo pipefail
7
# TODO: Write a command to output the total of adding together all players' first scores.
8
# Your output should be exactly the number 54.
9
10
-awk '{sum += $3} END {print "the total first core is " sum}' scores-table.txt
+awk '{sum += $3} END {print "the total first score is " sum}' scores-table.txt
0 commit comments