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
/
assignnumfield2.awk
blob: 48b42db613620cd9f07d31246295e37dd89d1392 (
plain
)
1
2
3
4
BEGIN
{
$0
=
1
print
$1
}