help-bash
[Top][All Lists]
Advanced

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

Re: plz help with tcpserver


From: Greg Wooledge
Subject: Re: plz help with tcpserver
Date: Mon, 26 Jul 2021 14:40:55 -0400

On Mon, Jul 26, 2021 at 08:27:53PM +0200, Alex fxmbsw7 Ratchev wrote:
> i do tcpserver 0 1024 gawk -v RS=\\n\\n '{ print "ye" }'
> 
> then nc 0 1024
> and many newlines
> 
> nowhere i see ye
> 
> .. or at least write me you wont .. :/


Stop asking me these questions.  I am not your personal web search engine.
Ask the whole mailing list.

unicorn:~$ tcpserver 0 1024 /usr/bin/printf 'ye\nye\n'


unicorn:~$ telnet localhost 1024
Trying ::1...
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
ye
ye
Connection closed by foreign host.


Is that what you wanted?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]