摘要: 基本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 阅读(505) 评论(0) 推荐(1) 编辑
小布的个人空间 京ICP备2023021324号-1