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

expect 脚本自定义变量和位置变量

时间:2020-03-03 21:07:47      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:time   expec   centos   password   index   pass   lin   use   变量   

+++++++++++++++++++++++++++++++++++++++
标题:expect 脚本的自定义变量和位置变量

时间:2020年3月3日

+++++++++++++++++++++++++++++++++++++++

 

自定义变量:

set  ip             192.168.100.100

set  user          root

set       password       centos

set       timeout           5

 

位置变量:

set       ip                   [lindex $argv 0]

set       user               [lindex $argv 1]

set       password       [lindex $argv 2]

expect 脚本自定义变量和位置变量

标签:time   expec   centos   password   index   pass   lin   use   变量   

原文地址:https://www.cnblogs.com/lv1572407/p/12404104.html

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