Skip to content

Instantly share code, notes, and snippets.

@oneillci
Created January 19, 2015 05:49
Show Gist options
  • Save oneillci/de56e16011dbb736697e to your computer and use it in GitHub Desktop.
Save oneillci/de56e16011dbb736697e to your computer and use it in GitHub Desktop.
Powershell command to count lines of code (terrible metric, but anyway....)
(dir -include *.cs,*.xaml -recurse | select-string .).Count
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment