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
/
rebuild.awk
blob: 7320f1920a9604a15ebe1f60eae3516e3e3c6e83 (
plain
)
1
2
3
4
5
{
$1
=
"test"
print
$0
print
typeof
(
$2
)
}