aboutsummaryrefslogtreecommitdiffstats
path: root/test/rsnulw.awk
blob: c17780a8d3eec5e2b3115445cfe2d9c1723e95f4 (plain)
1
2
3
4
5
6
7
BEGIN { RS = "" }

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