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