Current File : //proc/353637/cwd/usr/share/doc/gawk/examples/network/daytimeserver.awk
BEGIN {
  print strftime() |& "/inet/tcp/8888/0/0"
  close("/inet/tcp/8888/0/0")
}