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
/
rsstart2.awk
blob: 14c141534ce1df8e412a547feb58e40d2f652bff (
plain
)
1
2
BEGIN
{
RS
=
"^Ax*
\n
"
}
END
{
print
NR
}