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 52899b5 commit b0c21cdCopy full SHA for b0c21cd
jq/script-06.sh
@@ -6,3 +6,5 @@ set -euo pipefail
6
# TODO: Write a command to output just the names of each player along with the score from their first attempt.
7
# Your output should contain 6 lines, each with one word and one number on it.
8
# The first line should be "Ahmed 1" with no quotes.
9
+jq -r '.[] | "\(.name) \(.scores[0])"' scores.json
10
+
0 commit comments