Skip to content

Instantly share code, notes, and snippets.

@MakStashkevich
Last active June 2, 2022 16:17
Show Gist options
  • Save MakStashkevich/f6497013bcf3b91fe954ef8046ec6218 to your computer and use it in GitHub Desktop.
Save MakStashkevich/f6497013bcf3b91fe954ef8046ec6218 to your computer and use it in GitHub Desktop.
Подсчет количества строк кода и символов при помощи PowerShell
dir -Include *.js -Recurse | Measure-Object -Line -Character -Word -IgnoreWhiteSpace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment