index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
z.awk
blob: 5df943c8717b622329711227c0a6d5dd63db2aa5 (
plain
)
1
BEGIN
{
f
=
"foo"
;
p
=
@
/o/
;
gsub
(
p
,
"q"
,
f
);
print
f
}