Skip to content

Commit b4257b3

Browse files
Corrected name
1 parent 8ee8a82 commit b4257b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

individual-shell-tools/awk/script-06-stretch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ set -euo pipefail
77
# TODO: Write a command to output the total of adding together all players' first scores.
88
# Your output should be exactly the number 54.
99

10-
awk '{sum += $3} END {print "the total first core is " sum}' scores-table.txt
10+
awk '{sum += $3} END {print "the total first score is " sum}' scores-table.txt

0 commit comments

Comments
 (0)