trucos-sh-eval: (0.01) Un ejemplo de uso del comando "eval" del shell CREAR UN NOMBRE DE VARIABLE ENCADENANDO TEXTO Y VARIABLES Y LEER SU CONTENIDO eval contenido=$`echo "texto$var_x$var_y"` Si var_x=1 y var_y=b lo anterior equivale a: contenido=$texto1b żguapo eh? ;-) Para mas ayuda: "man bash", "man ash", buscar "eval"