Skip to content

Commit

Permalink
Update 2023-11-08-fun-with-jq.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbreaux committed Nov 9, 2023
1 parent ba18804 commit ca4ba80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023-11-08-fun-with-jq.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ I worked out this `jq` filter to merge two fields with an equals sign between th

`.result[] | "\(.countryCode)=\(.countryDisplayValue)"`

Or, from the jqplay.org site, the following jq command:
Or the following jq command:

```shell
$ jq --raw-output '.result[] | "\(.countryCode)=\(.countryDisplayValue)"'
Expand Down

0 comments on commit ca4ba80

Please sign in to comment.