Skip to content

Instantly share code, notes, and snippets.

@shageman
Created April 22, 2014 16:39
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shageman/11185993 to your computer and use it in GitHub Desktop.
Save shageman/11185993 to your computer and use it in GitHub Desktop.
#Count the lines of Ruby code in your app
find . -iname "*.rb" -type f -exec cat {} \; | wc -l
@darkhelmet
Copy link

150K in our monorail.

@thejspr
Copy link

thejspr commented Jun 14, 2014

Hi @shageman, I didn't get the correct twitter hashtag from your talk (http://www.youtube.com/watch?v=MIhlAiMc7tU). #zebra ? I'd like to see which numbers people came up with.

@ozzyaaron
Copy link

We've got 219,515 LOC. Recently knocked out 50KLOC from stale code and we run about 8 services external to our mono 😸

@ukazap
Copy link

ukazap commented Jun 24, 2018

375455 LoC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment