摘要: 可以使用except脚本和shell脚本结合起来使用。 #!/usr/bin/expect -f set ip [ lindex $argv 0 ] set username [ lindex $argv 1 ] set passwd [ lindex $argv 2 ] set interface 阅读全文
posted @ 2021-07-23 15:55 Richardo-M-Lu 阅读(96) 评论(0) 推荐(0)