Skip to content

Instantly share code, notes, and snippets.

@jsorah
Created November 2, 2021 01:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsorah/e2a3f4b582c2987089ffe3fd1d825b54 to your computer and use it in GitHub Desktop.
Save jsorah/e2a3f4b582c2987089ffe3fd1d825b54 to your computer and use it in GitHub Desktop.
need to find that thing from that web response json
jq -c '.[] | select((.arr[]?.name // "") | contains("want"))'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment