Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

count lines of code in a folder windows

// For Windows 
dir -Recurse *.* | Get-Content | Measure-Object -Line
			   ^
			   Extension of the files to consider.
 
PREVIOUS NEXT
Tagged: #count #lines #code #folder #windows
ADD COMMENT
Topic
Name
9+6 =