Sockets: Difference between revisions

No edit summary
Line 168:
=={{header|AWK}}==
{{works with|GAWK}}
Note: <code>|&</code> is gawk's two way pipe operator.
 
Server:
<lang awk>BEGIN {
Line 176 ⟶ 178:
</lang>
 
Test withclient:
<lang awk>BEGIN {
s="/inet/tcp/0/localhost/256"
Anonymous user