Skip to content

Instantly share code, notes, and snippets.

@jappy
Created March 21, 2012 03:04
Show Gist options
  • Save jappy/2143963 to your computer and use it in GitHub Desktop.
Save jappy/2143963 to your computer and use it in GitHub Desktop.
unix command to report number of lines per file and in total recursively
find . -type f | xargs wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment