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

{
	print NF, "<" $0 ":" RT ">"
	for (i = 1; i <= NF; i++)
		print i, "[" $i "]"
}