Not too long ago, I needed to figure out how many total lines I had in a series of files. Normally, this would not be difficult: I can use the Measure-Object Powershell cmdlet with the -Line parameter and get a line count. The tricky part here, though, was two-fold: first, I had approximately 9400 files to…