You can get easy "tail -f" with fish protocol or with a plain ssh:
quote "tail -f /log/error.log"
2014-09-22 21:17 GMT+04:00 Alexander Lukyanov :
> Loop is easy: repeat 2s "cat /log/error.log | tail"
> tail -f is harder, it's in TODO for a long time. but I did not get to
> implementing it.
>
Loop is easy: repeat 2s "cat /log/error.log | tail"
tail -f is harder, it's in TODO for a long time. but I did not get to
implementing it.
2014-09-22 19:59 GMT+04:00 Szépe Viktor :
>
> Now I issue `cat /log/error.log | tail` one in a while to see log file
> changes
>
> 1
> It is possible to loop