📜  bash 生成 1 10 之间的随机数 - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:49:29.051000             🧑  作者: Mango
代码示例1
#If you have coreutils installed and want a number inbewtween a value
shuf -i MIN-MAX -n 1
#or you can use bash
$RANDOM