Skip to content

Instantly share code, notes, and snippets.

@JeremySkinner
Created January 28, 2010 13:57
Show Gist options
  • Save JeremySkinner/288762 to your computer and use it in GitHub Desktop.
Save JeremySkinner/288762 to your computer and use it in GitHub Desktop.
$files = dir -recurse | where { $_.PSIsContainer -eq $false -and (get-content($_.FullName)).Length -gt 1000 }
$count = $files.Count
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment