Answers for "powershell count lines of code"

0

powershell count lines of code

PS C:\Path> (gci -include *.cs,*.xaml -recurse | select-string .).Count
8396
PS C:\Path>
Posted by: Guest on March-11-2022

Code answers related to "powershell count lines of code"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language