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
/
symtab7.awk
blob: eb051145f139d094dccad782210f891a582648b2 (
plain
)
1
2
3
4
5
6
7
BEGIN
{
getline
for
(
i
=
1
;
i
<=
NF
;++
i
)
SYMTAB
[
$i
]
=
i
}
{
print
$Age
}