AWK imprime los primeros caracteres de un campo
awk '{print substr($1,1,1)}'
bougui
awk '{print substr($1,1,1)}'