Skip to content

Instantly share code, notes, and snippets.

@4E71
Created November 13, 2013 18:08
Show Gist options
  • Save 4E71/7453589 to your computer and use it in GitHub Desktop.
Save 4E71/7453589 to your computer and use it in GitHub Desktop.
Count lines of code
# Add/Remove types as needed
ls * -recurse -include *.aspx, *.ascx, *.cs, *.ps1, *js | Get-Content | Measure-Object -Line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment