BEGIN { FS="@" printf("%-80s|\n","ATTENTION: all lines must contain as many chars as this one! border->") } { printf("%-80s|\n",$2) } END { printf("%-80s|\n","# <- don't change this entry, it's used to test the msg-file!") }