←back to thread

156 points alexzeitler | 1 comments | | HN request time: 0.207s | source
Show context
evanjrowley ◴[] No.40717065[source]
Is there something like this that's lightweight and works well on (non-WSL) Windows?

I have Windows Servers with tools that create text-based logs and it would be nice to have something that could tail them.

replies(4): >>40717161 #>>40717711 #>>40718433 #>>40718889 #
1. nix0n ◴[] No.40718889[source]
If you just want old-school `tail` and `less` you can get them with Cygwin.

These don't support multi-file or highlighting like `lnav` does, but even on top of Cygwin they're very lightweight.