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 060d1e9 commit 52899b5Copy full SHA for 52899b5
jq/script-05.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 names of each player, as well as their city.
7
# Your output should contain 6 lines, each with two words on it.
8
+jq -r '.[] | "\(.name) \(.city)"' scores.json
0 commit comments