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) -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org