shell執行數組變量

#!/bin/bash IFS=' ' web=($1) for i in ${web[@]} do cd /data/trade/www/tomcat_$i/webapps/$i/ && git init && git add . && git commit -m '1' #cd /data/trade/www/tomcat_$i/webapps/$i/ && git log done
相關文章
相關標籤/搜索