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

shell

时间:2021-01-14 11:01:53      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:core   ring   筛选   ble   等级   shel   comm   class   bsp   

#!/bin/bash
#筛选分数等级 score=500 if [ $score -gt 100 ];then
    echo "分数不正确"
elif [ $score -ge 80 ];then
    echo "优秀"
elif [ $score -ge 60 ];then
    echo "及格"
elif [ $score -ge 0 ];then
    echo "不及格"
else
    echo "分数不正确"
fi

shell

标签:core   ring   筛选   ble   等级   shel   comm   class   bsp   

原文地址:https://www.cnblogs.com/liuwenjun-03/p/14272056.html

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