Skip to content

Commit 0783e85

Browse files
committed
-r removes quotes
1 parent 29b8715 commit 0783e85

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

jq/script-01.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ set -euo pipefail
55
# The input for this script is the person.json file.
66
# TODO: Write a command to output the name of the person.
77
# Your output should be exactly the string "Selma", but should not contain any quote characters.
8+
jq -r ."name" person.json

0 commit comments

Comments
 (0)