shithub: kwa

ref: a288969bf6c2d73cb8e77ece798a6009ffb57d99
dir: /test/t.re3/

View raw version
{	r1 = $1
	r2 = $1 ":"
}

length(r1) && $0 ~ r1	{ print $0 " matches " r1 }
length(r1) && $0 ~ r2	{ print $0 " matches " r2 }