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
/
whiny.awk
blob: dc86694b6035b54379d7b56b0a61adb7bb040cca (
plain
)
1
2
3
4
5
{
word
[
$0
]++
}
END
{
for
(
i
in
word
)
print
i
}