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 6b18014 commit 060d1e9Copy full SHA for 060d1e9
jq/script-04.sh
@@ -6,3 +6,5 @@ set -euo pipefail
6
# TODO: Write a command to output just the names of each player, one per line.
7
# Your output should contain 6 lines, each with just one word on it.
8
# Your output should not contain any quote characters.
9
+
10
+jq -r '.[].name' scores.json
0 commit comments