Skip to content

Instantly share code, notes, and snippets.

@pokka
Created February 9, 2015 04:47
Show Gist options
  • Save pokka/5057a9cce1f690ef22a1 to your computer and use it in GitHub Desktop.
Save pokka/5057a9cce1f690ef22a1 to your computer and use it in GitHub Desktop.
Count ruby files in your project
find . -iname "*.rb" -type f -exec cat {} \; | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment