Skip to content

Instantly share code, notes, and snippets.

@craigtp
Last active March 14, 2022 18:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save craigtp/d318d1ce0b4d82a77902 to your computer and use it in GitHub Desktop.
Save craigtp/d318d1ce0b4d82a77902 to your computer and use it in GitHub Desktop.
Count number of non-blank lines in files with PowerShell
(dir -include *.cs -recurse | select-string .).Count
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment