$1 == "model" && $2 == "name" { text = $4 for (i = 5; i <= NF; i++) { text = text " " $i } print text }