Skip to content

Instantly share code, notes, and snippets.

@andreoss
Created July 3, 2020 15:41
Show Gist options
  • Save andreoss/41c8faec6021f2ed6356ff6ed75e1423 to your computer and use it in GitHub Desktop.
Save andreoss/41c8faec6021f2ed6356ff6ed75e1423 to your computer and use it in GitHub Desktop.
find . -name '*.java' -exec perl -007 -nE '/(?<=class\s)(\S+?)([A-Z][a-z]+?)(?:Impl)?\s/ && say $2' {} \+ | sort | uniq -c | sort -rn |head -8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment