magritton
9/24/2015 - 9:12 PM

Powershell function to count all of the rows or lines in all of the text files in a directory

Powershell function to count all of the rows or lines in all of the text files in a directory

Get-childitem D:\BI_Stats\dailyTransWithSeq |get-content | Measure-Object –Line