Skip to content

Instantly share code, notes, and snippets.

@AaronFoltz
Forked from jessex/counter.sh
Created July 20, 2011 02:04
Show Gist options
  • Save AaronFoltz/1094185 to your computer and use it in GitHub Desktop.
Save AaronFoltz/1094185 to your computer and use it in GitHub Desktop.
Count all lines of code for java source files in certain directories.
find YahooProxy STBProxy RestEasy YahooAuthorization Client-ProxyHarness ClientProxyTest Proxy-ServerHarness -name '*.java' | xargs wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment