BEGIN {} /\w+\;\w+/ { split( $0, tok, /;/ ); printf( "%s%s;%s\n", substr( tok[2], 0, 1 ), tok[1], $0 ); } END {}