Skip to content

Instantly share code, notes, and snippets.

@dpwiz
Created August 7, 2012 14:19
Show Gist options
  • Save dpwiz/3285753 to your computer and use it in GitHub Desktop.
Save dpwiz/3285753 to your computer and use it in GitHub Desktop.
count django objects across json dump
grep '"model": "' dump.json | sort | uniq -c | sort -nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment