Skip to content

Instantly share code, notes, and snippets.

@emilioSp
Created September 13, 2019 14:10
Show Gist options
  • Save emilioSp/b06c4d887728d6f17232d0192ef89ffd to your computer and use it in GitHub Desktop.
Save emilioSp/b06c4d887728d6f17232d0192ef89ffd to your computer and use it in GitHub Desktop.
jq where filters
cat test.json | jq 'select(.level | contains("error"))'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment