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

Re: longitud de una cadena



Prosi wrote:
> 
> Hola, kiero saber la longitud de una cadena y me devuelva el numero.
> esto en shell script bash
> 
> como puedo hacerlo? gracias
> 


echo -n hola | wc -c

Saludos.

-- 
Fernando.
{:-{D>

   "Hackers do it with fewer instructions."



Reply to: