欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

expect中為send語句上加變量的代碼

 更新時間:2013年02月10日 10:15:46   作者:  
expect中為send語句上加變量,感興趣的朋友可以看看
復(fù)制代碼 代碼如下:

#!/usr/bin/expect
set ssh_user "fivetrees"
set password "123456"
spawn ssh -i /root/.ssh/$ssh_user  root@xiaopp.3f.com
expect_before "no)?" {
send "yes\r" }
sleep 1
expect "Enter passphrase for key*"
send "$password\r"
for {set snum 0} {$snum <= 6} {incr snum} {
expect "*#"
send "ls -l /opt/backup/fivetreesdb_s$snum\r"
sleep 3
}
sleep 2
expect "*#"
send "echo\r"
exit

相關(guān)文章

最新評論