expect的使用
摘要:
安装 yum install expect xxx.exp编写 #!/usr/bin/expect -f set timeout -1 set password [lindex $argv 0] spawn vncpasswd expect "*assword*" send "$password\r 阅读全文
posted @ 2024-08-05 16:22 heysong 阅读(3) 评论(0) 推荐(0) 编辑