using tcsh 6.12.00
I want to wait a random amount of time in one of my scripts,
but can not figure out how to do so.
What am I missing / not understanding ?
I want to wait a random amount of time in one of my scripts,
but can not figure out how to do so.
[760 /home/second]# service random status
The random data source exists
[761 /home/second]# echo $RANDOM
RANDOM: Undefined variable.
[762 /home/second]# echo $random
random: Undefined variable.
What am I missing / not understanding ?