用for循环编写乘法口诀新建脚本文件for.sh[root@master5 shell]#vim for.sh#!/bin/bashfor ((i=1;i
一、练习脚本的基本编写流程: 1.确定任务及完成任务的命令 2.编写脚本整合任务