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
/
reint.awk
blob: add0f2ac07f7af4bbf2c9feb9867f9732a6be183 (
plain
)
1
{
print
match
(
$0
,
/a{3}/
)
}