Shell 基本运算符
Shell 和其他编程语言一样,支持多种运算符,包括:
- 算数运算符
- 关系运算符
- 布尔运算符
- 字符串运算符
- 文件测试运算符
原生bash不支持简单的数学运算,但是可以通过其他命令来实现,例如 awk 和 expr,expr 最常用。
expr 是一款表达式计算工具,使用它能完成表达式的求值操作。
例如,两个数相加(注意使用的是反引号 ` 而不是单引号 '):
实例
#!/bin/bash val=`expr 2 + 2` echo "两数之和为 : $val"
运行实例 »
执行脚本,输出结果如下所示:
两数之和为 : 4
两点注意:
- 表达式和运算符之间要有空格,例如 2+2 是不对的,必须写成 2 + 2,这与我们熟悉的大多数编程语言不一样。
- 完整的表达式要被 ` ` 包含,注意这个字符不是常用的单引号,在 Esc 键下边。
算术运算符
https://avg.163.com/topic/detail/10574297 https://avg.163.com/topic/detail/10574296 https://avg.163.com/topic/detail/10574295 https://avg.163.com/topic/detail/10574294 https://avg.163.com/topic/detail/10574293 https://avg.163.com/topic/detail/10574192 https://avg.163.com/topic/detail/10574290 https://avg.163.com/topic/detail/10574289 https://avg.163.com/topic/detail/10574248 https://avg.163.com/topic/detail/10574288 https://avg.163.com/topic/detail/10574287 https://avg.163.com/topic/detail/10574286 https://avg.163.com/topic/detail/10574285 https://avg.163.com/topic/detail/10574197 https://avg.163.com/topic/detail/10574284 https://avg.163.com/topic/detail/10574282 https://avg.163.com/topic/detail/10574280 https://avg.163.com/topic/detail/10574281 https://avg.163.com/topic/detail/10574279 https://avg.163.com/topic/detail/10574277 https://avg.163.com/topic/detail/10574275 https://avg.163.com/topic/detail/10574274 https://avg.163.com/topic/detail/10574192 https://avg.163.com/topic/detail/10574273 https://avg.163.com/topic/detail/10574272 https://avg.163.com/topic/detail/10574242 https://avg.163.com/topic/detail/10574271 https://avg.163.com/topic/detail/10574270 https://avg.163.com/topic/detail/10574269 https://avg.163.com/topic/detail/10574268 https://avg.163.com/topic/detail/10574209 https://avg.163.com/topic/detail/10574267 https://avg.163.com/topic/detail/10574266 https://avg.163.com/topic/detail/10574264 https://avg.163.com/topic/detail/10574261 https://avg.163.com/topic/detail/10574263 https://avg.163.com/topic/detail/10574197 https://avg.163.com/topic/detail/10574258 https://avg.163.com/topic/detail/10574257 https://avg.163.com/topic/detail/10574256 https://avg.163.com/topic/detail/10574255 https://avg.163.com/topic/detail/10574254 https://avg.163.com/topic/detail/10574252 https://avg.163.com/topic/detail/10574250 https://avg.163.com/topic/detail/10574249 https://avg.163.com/topic/detail/10574211 https://avg.163.com/topic/detail/10574248 https://avg.163.com/topic/detail/10574247 https://avg.163.com/topic/detail/10574246 https://avg.163.com/topic/detail/10574210 https://avg.163.com/topic/detail/10574245 https://avg.163.com/topic/detail/10574243 https://avg.163.com/topic/detail/10574240 https://avg.163.com/topic/detail/10574242 https://avg.163.com/topic/detail/10574241 https://avg.163.com/topic/detail/10574236 https://avg.163.com/topic/detail/10574238 https://avg.163.com/topic/detail/10574209 https://avg.163.com/topic/detail/10574235 https://avg.163.com/topic/detail/10574234 https://avg.163.com/topic/detail/10574232 https://avg.163.com/topic/detail/10574233 https://avg.163.com/topic/detail/10574231 https://avg.163.com/topic/detail/10574230 https://avg.163.com/topic/detail/10574183 https://avg.163.com/topic/detail/10574229 https://avg.163.com/topic/detail/10574192 https://avg.163.com/topic/detail/10574228 https://avg.163.com/topic/detail/10574227 https://avg.163.com/topic/detail/10574225 https://avg.163.com/topic/detail/10574224 https://avg.163.com/topic/detail/10574222 https://avg.163.com/topic/detail/10574223 https://avg.163.com/topic/detail/10574221 https://avg.163.com/topic/detail/10574147 https://avg.163.com/topic/detail/10574219 https://avg.163.com/topic/detail/10574218 https://avg.163.com/topic/detail/10574184 https://avg.163.com/topic/detail/10574217 https://avg.163.com/topic/detail/10574197 https://avg.163.com/topic/detail/10574216 https://avg.163.com/topic/detail/10574215 https://avg.163.com/topic/detail/10574214 https://avg.163.com/topic/detail/10574213 https://avg.163.com/topic/detail/10574212 https://avg.163.com/topic/detail/10574211 https://avg.163.com/topic/detail/10574210 https://avg.163.com/topic/detail/10574174 https://avg.163.com/topic/detail/10574209 https://avg.163.com/topic/detail/10574208 https://avg.163.com/topic/detail/10574206 https://avg.163.com/topic/detail/10574167 https://avg.163.com/topic/detail/10574205 https://avg.163.com/topic/detail/10574200 https://avg.163.com/topic/detail/10574196 https://avg.163.com/topic/detail/10574203 https://avg.163.com/topic/detail/10574202 https://avg.163.com/topic/detail/10574156 https://avg.163.com/topic/detail/10574201 https://avg.163.com/topic/detail/10574197 https://avg.163.com/topic/detail/10574159 https://avg.163.com/topic/detail/10574195 https://avg.163.com/topic/detail/10574193 https://avg.163.com/topic/detail/10574192 https://avg.163.com/topic/detail/10574191 https://avg.163.com/topic/detail/10574190 https://avg.163.com/topic/detail/10574188 https://avg.163.com/topic/detail/10574187 https://avg.163.com/topic/detail/10574186 https://avg.163.com/topic/detail/10574185 https://avg.163.com/topic/detail/10574184 https://avg.163.com/topic/detail/10574182 https://avg.163.com/topic/detail/10574107 https://avg.163.com/topic/detail/10574183 https://avg.163.com/topic/detail/10574181 https://avg.163.com/topic/detail/10574179 https://avg.163.com/topic/detail/10574148 https://avg.163.com/topic/detail/10574178 https://avg.163.com/topic/detail/10574147 https://avg.163.com/topic/detail/10574175 https://avg.163.com/topic/detail/10574174 https://avg.163.com/topic/detail/10574173 https://avg.163.com/topic/detail/10574172 https://avg.163.com/topic/detail/10574171 https://avg.163.com/topic/detail/10574170 https://avg.163.com/topic/detail/10574167 https://avg.163.com/topic/detail/10574168 https://avg.163.com/topic/detail/10574165 https://avg.163.com/topic/detail/10574166 https://avg.163.com/topic/detail/10574164 https://avg.163.com/topic/detail/10574163 https://avg.163.com/topic/detail/10574162 https://avg.163.com/topic/detail/10574161 https://avg.163.com/topic/detail/10574160 https://avg.163.com/topic/detail/10574156 https://avg.163.com/topic/detail/10574159 https://avg.163.com/topic/detail/10574158 https://avg.163.com/topic/detail/10574157 https://avg.163.com/topic/detail/10574153 https://avg.163.com/topic/detail/10574151 https://avg.163.com/topic/detail/10574150 https://avg.163.com/topic/detail/10574149 https://avg.163.com/topic/detail/10574107 https://avg.163.com/topic/detail/10574148 https://avg.163.com/topic/detail/10574147 https://avg.163.com/topic/detail/10574146 https://avg.163.com/topic/detail/10574145 https://avg.163.com/topic/detail/10574144 https://avg.163.com/topic/detail/10574142 https://avg.163.com/topic/detail/10574140 https://avg.163.com/topic/detail/10574139 https://avg.163.com/topic/detail/10574138 https://avg.163.com/topic/detail/10574137 https://avg.163.com/topic/detail/10574136 https://avg.163.com/topic/detail/10574134 https://avg.163.com/topic/detail/10574133 https://avg.163.com/topic/detail/10574132 https://avg.163.com/topic/detail/10574131 https://avg.163.com/topic/detail/10574130 https://avg.163.com/topic/detail/10574126 https://avg.163.com/topic/detail/10574124 https://avg.163.com/topic/detail/10574121 https://avg.163.com/topic/detail/10574102 https://avg.163.com/topic/detail/10574095 https://avg.163.com/topic/detail/10574093 https://avg.163.com/topic/detail/10574096 https://avg.163.com/topic/detail/10574086 https://avg.163.com/topic/detail/10574084 https://avg.163.com/topic/detail/10574083 https://avg.163.com/topic/detail/10573896 https://avg.163.com/topic/detail/10574080 https://avg.163.com/topic/detail/10574074 https://avg.163.com/topic/detail/10574077 https://avg.163.com/topic/detail/10574075 https://avg.163.com/topic/detail/10574070 https://avg.163.com/topic/detail/10574067 https://avg.163.com/topic/detail/10574065 https://avg.163.com/topic/detail/10574063 https://avg.163.com/topic/detail/10574059 https://avg.163.com/topic/detail/10574057 https://avg.163.com/topic/detail/10574056 https://avg.163.com/topic/detail/10574053 https://avg.163.com/topic/detail/10573882 https://avg.163.com/topic/detail/10573986 https://avg.163.com/topic/detail/10574045 https://avg.163.com/topic/detail/10574041 https://avg.163.com/topic/detail/10574042 https://avg.163.com/topic/detail/10574036 https://avg.163.com/topic/detail/10573947 https://avg.163.com/topic/detail/10574030 https://avg.163.com/topic/detail/10574029 https://avg.163.com/topic/detail/10574025 https://avg.163.com/topic/detail/10574020 https://avg.163.com/topic/detail/10574018 https://avg.163.com/topic/detail/10574014 https://avg.163.com/topic/detail/10574013 https://avg.163.com/topic/detail/10574012 https://avg.163.com/topic/detail/10574009 https://avg.163.com/topic/detail/10574006 https://avg.163.com/topic/detail/10574003 https://avg.163.com/topic/detail/10574004 https://avg.163.com/topic/detail/10573992 https://avg.163.com/topic/detail/10573896 https://avg.163.com/topic/detail/10573986 https://avg.163.com/topic/detail/10573990 https://avg.163.com/topic/detail/10573982 https://avg.163.com/topic/detail/10573983 https://avg.163.com/topic/detail/10573978 https://avg.163.com/topic/detail/10573926 https://avg.163.com/topic/detail/10573974 https://avg.163.com/topic/detail/10573969 https://avg.163.com/topic/detail/10573970 https://avg.163.com/topic/detail/10573967 https://avg.163.com/topic/detail/10573890 https://avg.163.com/topic/detail/10573965 https://avg.163.com/topic/detail/10573882 https://avg.163.com/topic/detail/10573959 https://avg.163.com/topic/detail/10573962 https://avg.163.com/topic/detail/10573961 https://avg.163.com/topic/detail/10573853 https://avg.163.com/topic/detail/10573954 https://avg.163.com/topic/detail/10573950 https://avg.163.com/topic/detail/10573947 https://avg.163.com/topic/detail/10573945 https://avg.163.com/topic/detail/10573942 https://avg.163.com/topic/detail/10573936 https://avg.163.com/topic/detail/10573933 https://avg.163.com/topic/detail/10573931 https://avg.163.com/topic/detail/10573855 https://avg.163.com/topic/detail/10573896 https://avg.163.com/topic/detail/10573926 https://avg.163.com/topic/detail/10573924 https://avg.163.com/topic/detail/10573921 https://avg.163.com/topic/detail/10573850 https://avg.163.com/topic/detail/10573914 https://avg.163.com/topic/detail/10573908 https://avg.163.com/topic/detail/10573907 https://avg.163.com/topic/detail/10573903 https://avg.163.com/topic/detail/10573899 https://avg.163.com/topic/detail/10573893 https://avg.163.com/topic/detail/10573889 https://avg.163.com/topic/detail/10573890 https://avg.163.com/topic/detail/10573803 https://avg.163.com/topic/detail/10573885 https://avg.163.com/topic/detail/10573882 https://avg.163.com/topic/detail/10573881 https://avg.163.com/topic/detail/10573880 https://avg.163.com/topic/detail/10573876 https://avg.163.com/topic/detail/10573764 https://avg.163.com/topic/detail/10573870 https://avg.163.com/topic/detail/10573866 https://avg.163.com/topic/detail/10573699 https://avg.163.com/topic/detail/10573865 https://avg.163.com/topic/detail/10573863 https://avg.163.com/topic/detail/10573773 https://avg.163.com/topic/detail/10573860 https://avg.163.com/topic/detail/10573856 https://avg.163.com/topic/detail/10573855 https://avg.163.com/topic/detail/10573853 https://avg.163.com/topic/detail/10573850 https://avg.163.com/topic/detail/10573848 https://avg.163.com/topic/detail/10573845 https://avg.163.com/topic/detail/10573796 https://avg.163.com/topic/detail/10573841 https://avg.163.com/topic/detail/10573752 https://avg.163.com/topic/detail/10573836 https://avg.163.com/topic/detail/10573833 https://avg.163.com/topic/detail/10573699 https://avg.163.com/topic/detail/10573829 https://avg.163.com/topic/detail/10573828 https://avg.163.com/topic/detail/10573824 https://avg.163.com/topic/detail/10573826 https://avg.163.com/topic/detail/10573822 https://avg.163.com/topic/detail/10573818 https://avg.163.com/topic/detail/10573808 https://avg.163.com/topic/detail/10573815 https://avg.163.com/topic/detail/10573724 https://avg.163.com/topic/detail/10573810 https://avg.163.com/topic/detail/10573807 https://avg.163.com/topic/detail/10573806 https://avg.163.com/topic/detail/10573804 https://avg.163.com/topic/detail/10573803 https://avg.163.com/topic/detail/10573797 https://avg.163.com/topic/detail/10573796 https://avg.163.com/topic/detail/10573794 https://avg.163.com/topic/detail/10573790 https://avg.163.com/topic/detail/10573788 https://avg.163.com/topic/detail/10573548 https://avg.163.com/topic/detail/10573781 https://avg.163.com/topic/detail/10573782 https://avg.163.com/topic/detail/10573699 https://avg.163.com/topic/detail/10573774 https://avg.163.com/topic/detail/10573773 https://avg.163.com/topic/detail/10573769 https://avg.163.com/topic/detail/10573771 https://avg.163.com/topic/detail/10573554 https://avg.163.com/topic/detail/10573656 https://avg.163.com/topic/detail/10573764 https://avg.163.com/topic/detail/10573642 https://avg.163.com/topic/detail/10573759 https://avg.163.com/topic/detail/10573693 https://avg.163.com/topic/detail/10573752 https://avg.163.com/topic/detail/10573743 https://avg.163.com/topic/detail/10573614 https://avg.163.com/topic/detail/10573740
下表列出了常用的算术运算符,假定变量 a 为 10,变量 b 为 20:
| + | 加法 | `expr $a + $b` 结果为 30。 |
| – | 减法 | `expr $a – $b` 结果为 -10。 |
| * | 乘法 | `expr $a \\* $b` 结果为 200。 |
| / | 除法 | `expr $b / $a` 结果为 2。 |
| % | 取余 | `expr $b % $a` 结果为 0。 |
| = | 赋值 | a=$b 把变量 b 的值赋给 a。 |
| == | 相等。用于比较两个数字,相同则返回 true。 | [ $a == $b ] 返回 false。 |
| != | 不相等。用于比较两个数字,不相同则返回 true。 | [ $a != $b ] 返回 true。 |
注意:条件表达式要放在方括号之间,并且要有空格,例如: [$a==$b] 是错误的,必须写成 [ $a == $b ]。
实例
算术运算符实例如下:
实例
#!/bin/bash # author:菜鸟教程 # url:www.runoob.com a=10 b=20 val=`expr $a + $b` echo "a + b : $val" val=`expr $a – $b` echo "a – b : $val" val=`expr $a \\* $b` echo "a * b : $val" val=`expr $b / $a` echo "b / a : $val" val=`expr $b % $a` echo "b % a : $val" if [ $a == $b ] then echo "a 等于 b" fi if [ $a != $b ] then echo "a 不等于 b" fi
执行脚本,输出结果如下所示:
a + b : 30
a – b : -10
a * b : 200
b / a : 2
b % a : 0
a 不等于 b
注意:
- 乘号(*)前边必须加反斜杠(\\)才能实现乘法运算;
- if…then…fi 是条件语句,后续将会讲解。
- 在 MAC 中 shell 的 expr 语法是:$((表达式)),此处表达式中的 "*" 不需要转义符号 "\\" 。
关系运算符
关系运算符只支持数字,不支持字符串,除非字符串的值是数字。
下表列出了常用的关系运算符,假定变量 a 为 10,变量 b 为 20:
| -eq | 检测两个数是否相等,相等返回 true。 | [ $a -eq $b ] 返回 false。 |
| -ne | 检测两个数是否不相等,不相等返回 true。 | [ $a -ne $b ] 返回 true。 |
| -gt | 检测左边的数是否大于右边的,如果是,则返回 true。 | [ $a -gt $b ] 返回 false。 |
| -lt | 检测左边的数是否小于右边的,如果是,则返回 true。 | [ $a -lt $b ] 返回 true。 |
| -ge | 检测左边的数是否大于等于右边的,如果是,则返回 true。 | [ $a -ge $b ] 返回 false。 |
| -le | 检测左边的数是否小于等于右边的,如果是,则返回 true。 | [ $a -le $b ] 返回 true。 |
实例
关系运算符实例如下:
实例
#!/bin/bash # author:菜鸟教程 # url:www.runoob.com a=10 b=20 if [ $a -eq $b ] then echo "$a -eq $b : a 等于 b" else echo "$a -eq $b: a 不等于 b" fi if [ $a -ne $b ] then echo "$a -ne $b: a 不等于 b" else echo "$a -ne $b : a 等于 b" fi if [ $a -gt $b ] then echo "$a -gt $b: a 大于 b" else echo "$a -gt $b: a 不大于 b" fi if [ $a -lt $b ]




