Reading the end of a log file with PowerShell
I needed to read the last line of a log file. PowerShell made it very, very, easy. All you need to do is Get-Content the file, and then pipe it…
I needed to read the last line of a log file. PowerShell made it very, very, easy. All you need to do is Get-Content the file, and then pipe it…