Sockets: Difference between revisions

Content added Content deleted
No edit summary
Line 168: Line 168:
=={{header|AWK}}==
=={{header|AWK}}==
{{works with|GAWK}}
{{works with|GAWK}}
Note: <code>|&</code> is gawk's two way pipe operator.

Server:
Server:
<lang awk>BEGIN {
<lang awk>BEGIN {
Line 176: Line 178:
</lang>
</lang>


Test with:
Test client:
<lang awk>BEGIN {
<lang awk>BEGIN {
s="/inet/tcp/0/localhost/256"
s="/inet/tcp/0/localhost/256"