Find the number of lines in a project with powershell May 25, 2023 by Tarik Get-ChildItem -Filter "*.cs" -Recurse | Get-Content | Measure-Object -line