摘要: 1. vim haha.sh #!/bin/bash #xxxxxxxxxxx echo $0 bash.sh 名称 echo $#,$* 6,a b c d e f echo $1,$3,$5 a,c,e :wq! bash haha.sh a b c d e f 2. 判断用户参数 [ -d / 阅读全文
posted @ 2019-11-17 21:15 昊船长 阅读(127) 评论(0) 推荐(0)