Skip to content

Instantly share code, notes, and snippets.

@jah2488
Created May 7, 2018 19:30
find * -name package.json | xargs grep '"license[s]*"' -A 3 | grep -o ': ".*"' | xargs ruby -e "puts ARGV.reduce({}) { |acc, n| acc[n] = (acc[n] || 0) + 1; acc }"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment