Bash 使用expr的简单算术

示例

#!/bin/bash
expr 1 + 2

输出3