码迷,mamicode.com
首页 > 系统相关 > 详细

shell取余数

时间:2015-10-17 01:47:07      阅读:457      评论:0      收藏:0      [点我收藏+]

标签:

备忘脚本
date取得分钟数
$(()) 运算

#execute every 5 minutes
a=`date +%M`
b=$(( $a % 5 ))
if [ $b = 0 ] ; then 
       echo "execute it"
else
       echo "Not execute"
fi

 

shell取余数

标签:

原文地址:http://www.cnblogs.com/archoncap/p/4886765.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!