Created
May 7, 2018 19:30
-
-
Save jah2488/add7d97e36b2c59d5284c4174a38a47c to your computer and use it in GitHub Desktop.
This file contains 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
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