文档分类
Shell编程复习
6 变量
6.1 读入变量内容
read –p “Please input your name” name
6.2 数学运算方法 var=$(($fistnum * $secnum))