blob: fe0f81aae301f922a8d0ac783cfb3e27cc3ee780 [file] [log] [blame]
BEGIN { for (i = 0; i <= 9; i++) r[i] = i }
{ for (i in r) if ($0 ~ r[i]) print }