(root)/
gawk-5.2.2/
test/
rsnullre.awk
BEGIN {
	RS = "()"
}

{ printf("<<%s>>\n", $0) ; printf("<%s>\n", RT) }