On Mon, Nov 20, 2000 at 12:35:23PM +0530, Christopher Vasanth wrote:
> 
> Hi there:
> 
> Can anyone show me how to generate a random number in a shell script?

$ python -c 'import random; print random.random()'

It's probably a better idea to ask this on -programmers.

        -Arun

----------------------------------------------
An alpha version of a web based tool to manage
your subscription with this mailing list is at
http://lists.linux-india.org/cgi-bin/mj_wwwusr

Reply via email to