发布: 更新时间:2023-01-14 00:23:57
命令解释器,解释我们输入的命令或者脚本
shell脚本:就是把能在命令行执行中命令放在一个文件里,包括了判断语句,循环语句,数组函数等等
#!/usr/bin/bash
#Author sankumao
#Create Time 2023-01-14
#Cut Log
#QQ 1064250954
echo "welcome to sankumao,my friend!"
while true
do
for i in
do
echo "xxx"
done
done
标签:Linux, linux脚本, shell, shell脚本, shell脚本书写规范, shell脚本执行, sh脚本, 脚本编程