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
/
prdupval.awk
blob: 32c67dceb86b6069c6d0cd54fa064e6fd1426990 (
plain
)
1
{
print
NF
,
$NF
,
"abc"
$NF
}