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 ebfc198 commit a6b48f6Copy full SHA for a6b48f6
1 file changed
jq/script-01.sh
@@ -5,3 +5,5 @@ set -euo pipefail
5
# The input for this script is the person.json file.
6
# TODO: Write a command to output the name of the person.
7
# Your output should be exactly the string "Selma", but should not contain any quote characters.
8
+
9
+jq -r '.name' person.json
0 commit comments