通过本文主要向大家介绍了shell脚本,shell脚本编程,shell脚本学习指南,shell脚本实例,linux shell脚本等相关知识,希望对您有所帮助,也希望大家支持linkedu.com www.linkedu.com
for i in ${IP_LIST[*]}
do
echo -e "\n\nPUSH == $i == \n"
/usr/bin/rsync -vzrtopg --progress --delete-after $SRCDIR --exclude=".svn" rsync://$i/$MOD/
done
</div>
不是很明白,以后留着慢慢用!!!

