Como obtener numeros aleatorio en Shell.

Cristian Gutierrez crgutier en dcc.uchile.cl
Mie Jul 14 14:58:55 CLT 2004


Antonio Chay Hidalgo wrote:
> Hola lista!
>
> Mi objetivo es elegir un archivo al azar, dado un directorio.

[...]

> Existe alguna utilidad que entrege numeros aleatorios 

Yo uso

  perl -le 'print rand'

>                                                       o mejor aun, que
> escoja un archivo al azar?

Tal vez esto sirva:

  perl -le 'print $ARGV[int(rand()*@ARGV)]' *

Saludos,

-- 
Cristian Gutierrez			http://www.dcc.uchile.cl/~crgutier
crgutier[@]dcc.uchile.cl                        Jabber:crgutier en jabber.org

"Artificial Intelligence: the art of making computers that behave like
the ones in movies." -- Bill Bulko



Más información sobre la lista de distribución Linux