(root)/
gawk-5.2.2/
test/
wideidx.awk
{
	a=$0
	print index(a,"b")
	getline
	a = a $0
	print index(a,"b")
}