Skip to content

Instantly share code, notes, and snippets.

@nikolazic
Created June 19, 2014 18:22
Show Gist options
  • Save nikolazic/63e15be38c074e67a8bc to your computer and use it in GitHub Desktop.
Save nikolazic/63e15be38c074e67a8bc to your computer and use it in GitHub Desktop.
Count lines of code in a directory
find . -not -iwholename '*.svn*' -type f | xargs wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment