POSIX Equivalents
Contents
wc -l
$ Get-Content .\path\to\my\file.csv | Measure-Object -Line
Contents
$ Get-Content .\path\to\my\file.csv | Measure-Object -Line
PowerShell/POSIXEquivalents (last edited 2020-11-24 16:47:21 by DominicRicottone)