Y
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
layer8
1314 days ago
For regular command-line stuff, Cygwin is very nice.
link
skrowl
1314 days ago
In PowerShell:
Get-Content -Path Filepath -Tail <int>
link
gmfawcett
1314 days ago
You need to add -Wait for equivalence to "tail -f".
link
rr888
1314 days ago
wintail/baretail actually works great.
link