Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

powershell count lines of code

PS C:Path> (gci -include *.cs,*.xaml -recurse | select-string .).Count
8396
PS C:Path>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #powershell #count #lines #code
ADD COMMENT
Topic
Name
3+7 =