用shell 脚本 实现随机数

#/bin/bash
#
echo $((( $(date +%N) % 39 ) + 1 ))

 

posted on 2016-12-05 19:22  小先锋  阅读(139)  评论(0编辑  收藏  举报

导航