哪一个 bash 内置命令能够进行数学运算?

bash shell 的内置命令 let 可以进行整型数的数学运算

#! /bin/bash

let c=a+b

posted @ 2020-11-28 12:45  咔啡  阅读(134)  评论(0编辑  收藏  举报