Skip to content

Instantly share code, notes, and snippets.

@vladvinnikov
Created January 19, 2012 23:46
Show Gist options
  • Save vladvinnikov/1643794 to your computer and use it in GitHub Desktop.
Save vladvinnikov/1643794 to your computer and use it in GitHub Desktop.
line counter
find . -name '*.rb' | xargs wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment