Skip to content

Instantly share code, notes, and snippets.

@mkulke
Last active May 18, 2020 14:31
Show Gist options
  • Save mkulke/bcccc6f095c0dc4b341d4aa5e47d982f to your computer and use it in GitHub Desktop.
Save mkulke/bcccc6f095c0dc4b341d4aa5e47d982f to your computer and use it in GitHub Desktop.
blacklisted categories
cat mapping.json | jq 'map(select(.categories | map(startswith("blacklisted")) | any)) | map(.code)' > blacklisted_expressions.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment