Last active
August 29, 2015 14:27
-
-
Save sean-kang/ca3b553f5c682a383f74 to your computer and use it in GitHub Desktop.
jq search example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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