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 5bf399e commit fd573fcCopy full SHA for fd573fc
jq/script-11.sh
@@ -7,4 +7,4 @@ set -euo pipefail
7
# Your output should be exactly the number 164.
8
# jq '[.[].scores] | add | add' scores.json
9
10
-jq '[.[].scores] | flatten | add' scores.json
+jq '[.[].scores[]] | add' scores.json
0 commit comments