Skip to content

Instantly share code, notes, and snippets.

@rainyear
Last active December 18, 2015 07:19
Show Gist options
  • Save rainyear/5746057 to your computer and use it in GitHub Desktop.
Save rainyear/5746057 to your computer and use it in GitHub Desktop.
find out how many files of specific type are there in current project.
find . -type f -name *.java | wc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment