github.com/benhoyt/goawk@v1.8.1/testdata/gawk/wideidx.awk (about) 1 { 2 a=$0 3 print index(a,"b") 4 getline 5 a = a $0 6 print index(a,"b") 7 }