Hacker News new | ask | show | jobs
by skrowl 1313 days ago
In PowerShell:

Get-Content -Path Filepath -Tail <int>

1 comments

You need to add -Wait for equivalence to "tail -f".