📜  bash 随机数 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:10.987000             🧑  作者: Mango

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