[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Pregunta tonta de Bash [SOLUCIONADO]



El Miércoles, 8 de Noviembre de 2006 21:58, Carlos Zuniga escribió:
> Prueba con este:
>
> which top 1>/dev/null 2>/dev/null
> if test $? = 1
> then
>     echo "Error: The application 'screen' cannot be found in the system"
> fi
>
> Al menos no te enrollas con los parentesis :P


Gracias a ambos.

PD: Mi problema es que me estoy mal acostumbrando con la maravillosa 
programación en Ruby, y hacer un "if" en Bash me empieza a resultar un 
infierno  ;)




-- 
Iñaki

Por el bien de todos respetemos las normas de la lista:
http://wiki.debian.org/NormasLista



Reply to: