Skip to content

Instantly share code, notes, and snippets.

@joesan
Created August 22, 2017 05:32
Show Gist options
  • Save joesan/7449384b4631e953bd25104f5e0bca3f to your computer and use it in GitHub Desktop.
Save joesan/7449384b4631e953bd25104f5e0bca3f to your computer and use it in GitHub Desktop.
Count the Number of lines in a recursive way
find . -name "*.scala" -print | xargs wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment