(index($1, "") == 1) { name="" } (index($1, "") == 1) { idx=index($0, "**") if (idx > 0) { name=substr($0, idx+2) } } (index($1, "") == 1) { if (length(name) > 0) { print "" name next } } { print }