_==0 "exec" "awk" "-f" "$0" function f(l,r) { for (;l<=r;l++) if (match(l,"3")>0 || l%3==0) print l } { f($1, $2) }