Last active
June 2, 2022 16:17
-
-
Save MakStashkevich/f6497013bcf3b91fe954ef8046ec6218 to your computer and use it in GitHub Desktop.
Подсчет количества строк кода и символов при помощи PowerShell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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