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 4d853e3 commit bb86520Copy full SHA for bb86520
jq/script-11.sh
@@ -5,3 +5,4 @@ set -euo pipefail
5
# The input for this script is the scores.json file.
6
# TODO: Write a command to output the total of adding together all scores from all games from all players.
7
# Your output should be exactly the number 164.
8
+~/bin/jq -r '[.[] | .scores[]] | add' scores.json
0 commit comments