expect set timeout -1 永不超时

分享一下我老师大神的人工智能教程!零基础,通俗易懂!http://blog.csdn.net/jiangjunshow

也欢迎大家转载本篇文章。分享知识,造福人民,实现我们中华民族伟大复兴!

               
. ~/.bash_profilepasswd='xxx'expect <<!set timeout -1spawn  rsync -avH /webapps/Seeyon/A8/base/upload/ root@120.26.93.217:/webapps/Seeyon/A8/base/upload/expect {    "(yes/no)?" {        send "yes\n"        expect "password:"        send "$passwd\n"    }        "password:" {        send "$passwd\n"    } }expect eofexit!

           

给我老师的人工智能教程打call!http://blog.csdn.net/jiangjunshow

这里写图片描述

猜你喜欢

转载自blog.csdn.net/trigfj/article/details/84195729