[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: netcat in listen mode don't exit



When the date was Wednesday 11 February 2009, Paulo Brito wrote:

>  I"m trying to setup netcat so it serves logs to other systems. When a
> client connects, the server starts to send some logs.
>
> I run netcat in listem mode like this:
>
> # nc -l -p 5558 -c "tail -f /var/log/syslog"

while :; do nc -l -p 5558 -c "tail -f /var/log/syslog"; done

-- 
 Μιχάλης Ιατρού (txzu)


Reply to: