Tail command with powershell

Published on Thursday, 19 February 2015

Powershell has now got a command to see the last lines of a file. The syntax is for the last 10 lines:

Get-Content _filename _\-Tail 10

It also has a -wait command that blocks and shows new entries as they arrive.