bin/gawk ' BEGIN {
a = "12345678901234begin012345678901234" b = match(a, /....................$/) print substr(a, b)
}'
下から選んでください: