![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
10/01/2007, 08:16
|
![Avatar de Tk421](http://static.forosdelweb.com/customavatars/avatar348_2.gif) | | | Fecha de Ingreso: agosto-2001 Ubicación: Australia
Mensajes: 384
Antigüedad: 23 años, 5 meses Puntos: 0 | |
Re: Consulta unix shell Cita: primero.sh:
#! /bin/bash
variable=1
eval `./segundo.sh`
echo $variable
segundo.sh:
#! /bin/bash
echo variable=2 |