码迷,mamicode.com
首页 > 其他好文 > 详细

expect

时间:2019-12-26 19:22:36      阅读:85      评论:0      收藏:0      [点我收藏+]

标签:some   df -h   key   div   exp   inter   ini   rac   date   

#!/usr/bin/expect
spawn ssh remotehost
expect "*some key word*"
send "kinit -f\r"
expect "*assword*"
send "password\r"
send "cmd1\r"
send "cmd2\r"
send "df -h\r"
send "hostname\r"
send "date\r"
interact

 

expect

标签:some   df -h   key   div   exp   inter   ini   rac   date   

原文地址:https://www.cnblogs.com/Searchor/p/12103759.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!