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

shell 脚步统计自身执行次数

时间:2018-08-03 11:39:38      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:please   expr   统计   lse   exp   自身   bin   ase   input   

#!/bin/bash

if [ -e a.txt ]

then

        n=$(cat a.txt)

else

        n=0

fi


if expr $1 + 0 &>/dev/null

then

        echo  "$1 is number"

        n=0

else

        echo "$1 is not number please input number"     

fi


let n++

echo $n > a.txt

cat a.txt


shell 脚步统计自身执行次数

标签:please   expr   统计   lse   exp   自身   bin   ase   input   

原文地址:http://blog.51cto.com/19941018/2153980

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