Y
Hacker News
new
|
ask
|
show
|
jobs
by
skrowl
1313 days ago
In PowerShell:
Get-Content -Path Filepath -Tail <int>
1 comments
gmfawcett
1313 days ago
You need to add -Wait for equivalence to "tail -f".
link