aboutsummaryrefslogtreecommitdiff
path: root/testdir/t.re5
blob: fe0f81aae301f922a8d0ac783cfb3e27cc3ee780 (plain)
1
2
3
BEGIN {	for (i = 0; i <= 9; i++) r[i] = i }

{ for (i in r) if ($0 ~ r[i]) print }