Skip to content

Instantly share code, notes, and snippets.

@de314
Created July 7, 2015 06:02
Show Gist options
  • Save de314/36387ca4662e737e9b5d to your computer and use it in GitHub Desktop.
Save de314/36387ca4662e737e9b5d to your computer and use it in GitHub Desktop.
Recursive line count excluding jooq directories
find . -follow -name '*.java' -not -path "*/jooq/*" | xargs wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment