Skip to content

Instantly share code, notes, and snippets.

@olivierrr
Last active August 29, 2015 14:09
Show Gist options
  • Save olivierrr/e73621e1f62554f837a8 to your computer and use it in GitHub Desktop.
Save olivierrr/e73621e1f62554f837a8 to your computer and use it in GitHub Desktop.
#!/bin/sh
if [ -z "$1" ]; then
echo "argument required"
exit 1
else
jq "[.[].$1 | if (type) == \"array\" then .[] else [][] end] | length"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment