会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Security
博客园
首页
新随笔
联系
订阅
管理
2019年11月29日
基本shell脚本
摘要:
1 #!/bin/bash 2 attr=() 3 num=0 4 while true 5 do 6 read -p ">>input:" name 7 attr[$num]=$name 8 echo ${attr[$num]} 9 let num++ 10 if [ $num -eq 3 ];
阅读全文
posted @ 2019-11-29 15:22 Security
阅读(509)
评论(0)
推荐(1)
编辑
公告