Last active
May 18, 2020 14:31
-
-
Save mkulke/bcccc6f095c0dc4b341d4aa5e47d982f to your computer and use it in GitHub Desktop.
blacklisted categories
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
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