Skip to content

Instantly share code, notes, and snippets.

@sizovs
Last active August 29, 2015 14:05
Show Gist options
  • Save sizovs/ff503cf6b9d59e332e35 to your computer and use it in GitHub Desktop.
Save sizovs/ff503cf6b9d59e332e35 to your computer and use it in GitHub Desktop.
for f in $(find ABSOLUTE_PATH_TO_TRAVERSAL_ROOT -name '*.class'); do javap -c $f | sed -En 's/ [a-z]+[a-zA-Z0-9]*\(([a-zA-Z0-9,]+.?)*);/&/p' ; done | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment