RosettaCodeData/Task/Sockets/AWK/sockets-2.awk

7 lines
87 B
Awk
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
BEGIN {
s="/inet/tcp/0/localhost/256"
s |& getline
print $0
close(s)
}