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