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
/
dfastress.awk
blob: 40dd3ee70bfc8acf6224e24c7fe9b76632acd93a (
plain
)
1
BEGIN
{
print
"a"
~
/(^| )*(a|b)*(c|d)( |$)/
}