Created
April 22, 2014 16:39
-
-
Save shageman/11185993 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Count the lines of Ruby code in your app | |
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
We've got 219,515 LOC. Recently knocked out 50KLOC from stale code and we run about 8 services external to our mono 😸