index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
strftfld.awk
blob: 26f75a5af56937ecf677497c71835919b340c75b (
plain
)
1
2
3
{
print
split
(
strftime
(
$1
),
f
)
}