From ca4ba80d34276f922c872ccb40b2fcd7b390d7ac Mon Sep 17 00:00:00 2001 From: Doug Breaux <25640850+dougbreaux@users.noreply.github.com> Date: Wed, 8 Nov 2023 18:52:22 -0600 Subject: [PATCH] Update 2023-11-08-fun-with-jq.md --- _posts/2023-11-08-fun-with-jq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2023-11-08-fun-with-jq.md b/_posts/2023-11-08-fun-with-jq.md index 2017d83..09d0baa 100644 --- a/_posts/2023-11-08-fun-with-jq.md +++ b/_posts/2023-11-08-fun-with-jq.md @@ -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)"'