Q:

bash generate random number between 1 10

#If you have coreutils installed and want a number inbewtween a value
shuf -i MIN-MAX -n 1
#or you can use bash 
$RANDOM
1

New to Communities?

Join the community