bash shell 的内置命令 let 可以进行整型数的数学运算。
#! /bin/bash
…
let c=a+b
哪一个 bash 内置命令能够进行数学运算?
原文:https://www.cnblogs.com/programb/p/12996080.html