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
/
litoct.awk
blob: 5cfc1284463a287e2f61fea6b44913b8d316dab9 (
plain
)
1
{
if
(
/a\52b/
)
print
"match"
;
else
print
"no match"
}