Hacker News new | ask | show | jobs
by polyvisual 1314 days ago
I can `tail -f` a file on windows. That's enough use case for me :D
3 comments

For regular command-line stuff, Cygwin is very nice.
In PowerShell:

Get-Content -Path Filepath -Tail <int>

You need to add -Wait for equivalence to "tail -f".
wintail/baretail actually works great.