Skip to content

Instantly share code, notes, and snippets.

@FrankHassanabad
Created January 30, 2020 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FrankHassanabad/56f6642ed77da62d660246ea13ac59a6 to your computer and use it in GitHub Desktop.
Save FrankHassanabad/56f6642ed77da62d660246ea13ac59a6 to your computer and use it in GitHub Desktop.
Checks if keys are empty using jq
for f in *.json ; do
echo "checking $f"
cat $f | jq .max_signals
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment