index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
z2.awk
blob: 0a597b225882757dc52b233fb6c2da13940c50e4 (
plain
)
1
2
3
4
5
6
7
8
BEGIN
{
f
=
"foo"
p
=
@
/o/
//
gsub
(
p
,
"q"
,
f
)
fun
=
"gsub"
@
fun
(
p
,
"q"
,
f
)
print
f
}