NAME=100 定义局部变量
export NAME=100 定义环境变量
unset NAME 清除变量
echo 查看字符串
env 查看环境变量
$() ...``
$((NAME+10))
$[2#10+7]
\:转义