Skip to content

Instantly share code, notes, and snippets.

@axiaoxin
Last active August 29, 2015 14:13
Show Gist options
  • Save axiaoxin/d9a47a47f8b90c93bd98 to your computer and use it in GitHub Desktop.
Save axiaoxin/d9a47a47f8b90c93bd98 to your computer and use it in GitHub Desktop.
jq demo
jq -c 'select(.series|startswith("启辰D50"))' 8.1-12.31_all.json |jq -c 'select(.published_at|startswith("2014-09"))' |wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment