On Fri, Oct 02 2020, Marcelino Bacerio Fernández wrote: > Hola lista > > Tengo un problema tengo un script así: > > > #!/bin/bash > ano=2020 > i=1 > file="MiArchivo$ano-exe$i_0_0.pdf" > echo $file
Porque "_" es un caracter válido para un nombre de variable, puedes usar la recomendacion de Joel, o delimitar las variables con llaves, ej.: file="MiArchivo${ano}-exe${i}_0_0.pdf" Servilio -- 'Somos todos peregrinos se hace camino al andar.' - No se vuelve atrás, Telmary y Kumar _______________________________________________ Gutl-l mailing list -- gutl-l@listas.jovenclub.cu To unsubscribe send an email to gutl-l-le...@listas.jovenclub.cu