标签:expect
/usr/bin/expect<<EOF set timeout 50 spawn $SCP_LOG_TO_GATHER_SERVER expect { "*yes/no)?" { send "yes\n" "*password:*" {send "GatherServerPassword\n"} } "*password:" { send "$GatherServerPassword\n" } } expect "*password:" { send "$GatherServerPassword\n" } expect "100%" expect eof EOF
本文出自 “人,要有自己的想法” 博客,请务必保留此出处http://szgb2014.blog.51cto.com/340201/1783295
标签:expect
原文地址:http://szgb2014.blog.51cto.com/340201/1783295