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 <lavv...@gmail.com>:

> 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 <vik...@szepe.net>:
>
>>
>> Now I issue `cat /log/error.log | tail` one in a while to see log file
>> changes
>>
>> 1
>> It is possible to loop `cat /log/error.log | tail; sleep2` ?
>>
>> 2
>> Is it possible to add a tail -f feature?
>> To see only the new lines.
>>
>> Thank you!
>>
>> Szépe Viktor
>> --
>> +36-20-4242498  s...@szepe.net  skype: szepe.viktor
>> Budapest, XX. kerület
>>
>>
>>
>>
>>
>> _______________________________________________
>> lftp mailing list
>> lftp@uniyar.ac.ru
>> http://univ.uniyar.ac.ru/mailman/listinfo/lftp
>>
>
>
>
> --
>    Alexander.
>



-- 
   Alexander.
_______________________________________________
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp

Reply via email to