linux shell编程五步拳(张迅雷闪击shell系列) 第三集 shell编程基本语法快速进阶
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash

·
LAMP兄弟连李明老师讲Linux%5D.32_第10讲.Shell编程(下)
流程控制
select 变量 in 关键字
do
。。。。。
done
select中的每一项
case 变量 in
字符串1)
命令列表
;;
字符串2)
命令列表
;;
esac
while 条件
do
命令
done
useradd penny
passwd penny
cat userad.sh
echo 123456 |passwd --stdin shedon 管道符+--stdin shedon为用户名




A beautiful web dashboard for Linux
最近提交(Master分支:6 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
所有评论(0)