1
I want to live monitor a logfile generated on a remote linux host with a windows tool.
I'm looking for something like:
$> ssh remoteserver 'tail -F /var/log/err.log' | tool.exe
But on Windows. Sadly there is no way around it.
tool.exe supports reading from stdin.
Any ideas on how to accomplish this without hacking an ssh-connection directly into tool.exe?
You should disclose you are the author. Please read How can I link to an external resource in a community-friendly way?
– DavidPostill – 2016-06-30T13:23:49.343Please also include an explanation of how to use the program to accomplish the task, if it requires any special setup. – Ben N – 2016-07-01T19:52:26.920