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
/
argcasfile.awk
blob: 489f25ca73b4595311490c1970f8c87d3e47565b (
plain
)
1
{
for
(
i
in
ARGV
)
print
i
,
ARGV
[
i
]
}