Skip to content

Instantly share code, notes, and snippets.

@donnfelker
Forked from JeremySkinner/CountLinesRecursive.ps1
Created January 28, 2010 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donnfelker/288770 to your computer and use it in GitHub Desktop.
Save donnfelker/288770 to your computer and use it in GitHub Desktop.
(ls -filter "*.cs" -recurse | where { $_.PSIsContainer -eq $false -and (get-content($_.FullName)).Length -gt 1000 }).count
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment