Skip to content

Instantly share code, notes, and snippets.

@sean-kang
Last active August 29, 2015 14:27
Show Gist options
  • Save sean-kang/ca3b553f5c682a383f74 to your computer and use it in GitHub Desktop.
Save sean-kang/ca3b553f5c682a383f74 to your computer and use it in GitHub Desktop.
jq search example
aws route53 list-hosted-zones | jq '.HostedZones[] | select(.Name=="hello.world.")'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment