2 lines
55 B
Awk
2 lines
55 B
Awk
{ if (/a\52b/) print "match" ; else print "no match" }
|
{ if (/a\52b/) print "match" ; else print "no match" }
|