DIR: /proc/1780863/root/usr/share/doc/gawk/examples/network/ |
Current File : //proc/1780863/root/usr/share/doc/gawk/examples/network/daytimeclient.awk |
BEGIN { daytime_server = "time-a-g.nist.gov" daytime_connection = "/inet/tcp/0/" daytime_server "/daytime" daytime_connection |& getline print $0 daytime_connection |& getline print $0 close(daytime_connection) } |