[eside-ghost] Script de hacer thumbnails

Alvaro Uría fermat en movimage.com
Mie Mar 22 01:04:08 CET 2006


Aupi,

STenyaK (Bruno Gonzalez) [22/03/06 00:06 +0100] escribió:
> 
> Pues.. por ejemplo, si estamos haciendo operaciones tipo  $(($x+$y)),  
> alguna vez se llega a producir overflow? O son variables de tamaño  
> variable?

Ni idea, pero he hecho unas pruebas:

->>>>>>>>>>>>>>>>>>>>>

fermat en mogli:~$ x=`perl -e 'print 1x100'`
fermat en mogli:~$ echo $x
1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
fermat en mogli:~$ y=`perl -e 'print 9x100'`
fermat en mogli:~$ echo $y
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
fermat en mogli:~$ z=$(($x + $y))
fermat en mogli:~$ echo $z
8198552921648689606
fermat en mogli:~$ echo $x + $y | bc
11111111111111111111111111111111111111111111111111111111111111111111\
111111111111111111111111111111110
fermat en mogli:~$ z=`echo $x + $y | bc`
fermat en mogli:~$ echo $z
11111111111111111111111111111111111111111111111111111111111111111111\ 111111111111111111111111111111110
fermat en mogli:~$ echo $z | tr -d "\\\ "
11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111110

fermat en mogli:~$ echo $x
1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
fermat en mogli:~$ let x++;echo $x
8198552921648689608

fermat en mogli:~$ echo $x;let x++;echo $x;let x--;echo $x
9223372036854775807
-9223372036854775808
9223372036854775807
<<<<<<<<<<<<<<<<<<<<<-

Y luego,

->>>>>>>>>>>>>>>>>>>>>
fermat en mogli:~$ x="4.5"
fermat en mogli:~$ y="0.5"
fermat en mogli:~$ echo $x;echo $y
4.5
0.5
fermat en mogli:~$ z=$(($x + $y))
bash: 4.5 + 0.5: syntax error in expression (error token is ".5 + 0.5")
fermat en mogli:~$ echo $x + $y | bc
5.0
<<<<<<<<<<<<<<<<<<<<<-

Moraleja... si es muy complicado, usa "bc" ;-DDD

> -- 
> Saludos,
>     STenyaK

Saludos,
-- 
    ,____________,
    .'          '.
   /~~~~^~~~^~^~~~\
  /      _    /||  \  Alvaro Uría (0x5109E791)
 ;      ( }   \||D  ;  <fermat at movimage.com>
 |    | /\__,=[_]   |  
 ;  ( |_\_  |---|   ;  It might look like I'm doing nothing, but
  \  )|  |/ |   |  /    at the cellular level I'm really quite busy.
   '. |  /_ |   |.'                     
    '------------'
------------ próxima parte ------------
Se ha borrado un mensaje que no está en formato texto plano...
Nombre     : no disponible
Tipo       : application/pgp-signature
Tamaño     : 191 bytes
Descripción: Digital signature
Url        : https://listas.deusto.es/mailman/private/eside-ghost/attachments/20060322/e17317e0/attachment.bin


Más información sobre la lista de distribución eside-ghost