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
/
fnarray2.awk
blob: 1723fbf6b29549def02b26f2ba27a430feebcb46 (
plain
)
1
2
3
4
5
function pile
(
c
,
r
)
{
r
=
++
pile
[
c
]
}
{
pile
(
$1
)
}