summaryrefslogtreecommitdiff
path: root/test/rsstart2.awk
blob: 14c141534ce1df8e412a547feb58e40d2f652bff (plain)
1
2
BEGIN { RS = "^Ax*\n" }
END { print NR }