Ver Mensaje Individual
  #4 (permalink)  
Antiguo 17/11/2006, 11:37
GermanBsAs
 
Fecha de Ingreso: septiembre-2004
Mensajes: 252
Antigüedad: 20 años, 2 meses
Puntos: 0
man bash ... ahi figura como verificar por variables nulas. Un poquito de documentacion sería bueno


-z string
True if the length of string is zero.

if [ -z $adena]; then hago algo; else hago otra cosa; fi