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
/
asgext.awk
blob: c7f17754fa6323e3687db4006c431d10d111da7b (
plain
)
1
{
print
$3
;
$4
=
"a"
;
print
}