freebsd-dev/contrib/awk/test/litoct.awk
1997-10-14 18:17:11 +00:00

2 lines
55 B
Awk

{ if (/a\52b/) print "match" ; else print "no match" }