index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
awklib
/
eg
/
network
/
daytimeserver.awk
blob: f2ed76e9d06fffa19f157f2ac07149f228bb4557 (
plain
)
1
2
3
4
BEGIN
{
print
strftime()
|&
"/inet/tcp/8888/0/0"
close
(
"/inet/tcp/8888/0/0"
)
}