'Send a single byte through netcat - not first packet

I have a simple question, how do I send a single byte through netcat ?

This is not the first message, first message is sent by the server to the client. So I cannot pipe echo to netcat.

What can I do ?

Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source